Searched refs:dlmalloc (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/bionic/
H A Ddlmalloc.h23 /* Configure dlmalloc. */
38 /* dlmalloc_usable_size and dlmalloc were exposed in the NDK and some
44 #define dlmalloc dlmalloc_real macro
54 #include "../upstream-dlmalloc/malloc.h"
H A Dndk_cruft.cpp317 // export dlmalloc_usable_size. We are moving away from dlmalloc in L
323 // Older versions of appportable used dlmalloc directly instead of malloc,
325 extern "C" void* dlmalloc(size_t size) { function
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.h54 #define dlmalloc malloc macro
114 void* dlmalloc(size_t);
H A Dmalloc.c2 This is a version (aka dlmalloc) of malloc/free/realloc written by
232 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
818 #define dlmalloc malloc macro
854 DLMALLOC_EXPORT void* dlmalloc(size_t);
3822 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b))
3826 #define internal_malloc(m, b) dlmalloc(b)
4568 void* dlmalloc(size_t bytes) { function
4824 mem = dlmalloc(req);
5212 mem = dlmalloc(bytes);
5287 return dlmalloc(byte
[all...]
/bionic/tests/
H A DAndroid.mk45 ifeq ($(MALLOC_IMPL),dlmalloc)
124 ifeq ($(MALLOC_IMPL),dlmalloc)
/bionic/libc/
H A DAndroid.mk522 ifeq ($(MALLOC_IMPL),dlmalloc)
524 libc_malloc_src := bionic/dlmalloc.c
531 # To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in
921 ifneq ($(MALLOC_IMPL),dlmalloc)

Completed in 108 milliseconds