/external/eigen/unsupported/test/mpreal/ |
dlmalloc.h | 58 #define dlmalloc_usable_size malloc_usable_size
macro 410 size_t dlmalloc_usable_size(void*);
|
dlmalloc.c | 771 #define dlmalloc_usable_size macro 4939 size_t dlmalloc_usable_size(void* mem) { function [all...] |
/bionic/libc/bionic/ |
malloc_debug_leak.cpp | 227 size_t bytes = dlmalloc_usable_size(mem); 233 size_t oldSize = dlmalloc_usable_size(mem); 237 size_t newSize = dlmalloc_usable_size(newMem); 256 return dlmalloc_usable_size(mem); 427 size_t ret = dlmalloc_usable_size(header);
|
malloc_debug_common.cpp | 216 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size, 257 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign, dlmalloc_usable_size
|
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 64 #define dlmalloc_usable_size malloc_usable_size macro 521 size_t dlmalloc_usable_size(const void*);
|
malloc.c | 829 #define dlmalloc_usable_size macro 5407 size_t dlmalloc_usable_size(const void* mem) { function [all...] |
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 911 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, dlmalloc_usable_size); 912 MALLOC_USABLE_SIZE(SO_SYN_MALLOC, dlmalloc_usable_size); [all...] |
/external/libffi/src/ |
closures.c | 168 static size_t dlmalloc_usable_size(void*) MAYBE_UNUSED;
|
dlmalloc.c | 653 #define dlmalloc_usable_size malloc_usable_size macro 4387 size_t dlmalloc_usable_size(void* mem) { function [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 697 #define dlmalloc_usable_size malloc_usable_size macro 4397 size_t dlmalloc_usable_size(void* mem) { function [all...] |