Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc105 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
159 uptr (*malloc_usable_size)(void *mem); member
167 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.h375 # define malloc_usable_size je_malloc_usable_size macro
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h23 # define malloc_usable_size je_malloc_usable_size macro
Djemalloc_mangle_jet.h23 # define malloc_usable_size jet_malloc_usable_size macro
Djemalloc.h354 # define malloc_usable_size je_malloc_usable_size macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc143 void malloc_usable_size() { in malloc_usable_size() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp67 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc125 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/u-boot/common/
Ddlmalloc.c2233 size_t malloc_usable_size(Void_t* mem) in malloc_usable_size() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc245 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc648 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument