Searched defs:malloc_usable_size (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 105 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/ |
D | jemalloc_mangle.h | 31 # define malloc_usable_size je_malloc_usable_size macro
|
D | jemalloc_mangle_jet.h | 31 # define malloc_usable_size jet_malloc_usable_size macro
|
D | jemalloc.h | 375 # define malloc_usable_size je_malloc_usable_size macro
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 23 # define malloc_usable_size je_malloc_usable_size macro
|
D | jemalloc_mangle_jet.h | 23 # define malloc_usable_size jet_malloc_usable_size macro
|
D | jemalloc.h | 354 # define malloc_usable_size je_malloc_usable_size macro
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 143 void malloc_usable_size() { in malloc_usable_size() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 67 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 125 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/external/u-boot/common/ |
D | dlmalloc.c | 2233 size_t malloc_usable_size(Void_t* mem) in malloc_usable_size() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 245 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 648 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
|