Searched defs:malloc_usable_size (Results 1 - 10 of 10) sorted by relevance

/external/qemu/android/base/memory/
H A DMallocUsableSize.h16 // system has malloc_usable_size(). Which takes the address of a malloc-ed
31 # define malloc_usable_size malloc_size macro
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc32 DECLARE_REAL_AND_INTERCEPTOR(uptr, malloc_usable_size, void *mem)
40 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebug
45 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
121 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc141 void malloc_usable_size() { function
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_osx.h205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_osx.h205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h30 # define malloc_usable_size je_malloc_usable_size macro
H A Djemalloc_mangle_jet.h30 # define malloc_usable_size jet_malloc_usable_size macro
H A Djemalloc.h20 * size_t malloc_usable_size(const void *ptr);
191 # define malloc_usable_size je_malloc_usable_size macro
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c648 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) function
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2395 SizeT VG_(malloc_usable_size) ( void* p ) function

Completed in 254 milliseconds