Home
last modified time | relevance | path

Searched defs:malloc_usable_size (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc99 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
153 uptr (*malloc_usable_size)(void *mem); member
161 uptr (*malloc_usable_size)(void *mem); member
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h31 # define malloc_usable_size je_malloc_usable_size macro
Djemalloc_mangle_jet.h31 # define malloc_usable_size jet_malloc_usable_size macro
Djemalloc.h350 # define malloc_usable_size je_malloc_usable_size macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc141 void malloc_usable_size() { in malloc_usable_size() function
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c626 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) in MC_() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc242 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc652 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument