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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc143 void malloc_usable_size() { function
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc105 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
159 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK
167 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL
177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h31 # define malloc_usable_size je_malloc_usable_size macro
H A Djemalloc_mangle_jet.h31 # define malloc_usable_size jet_malloc_usable_size macro
H A Djemalloc.h33 * size_t malloc_usable_size(const void *ptr);
350 # define malloc_usable_size je_malloc_usable_size macro
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c648 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) function

Completed in 229 milliseconds