Home
last modified time | relevance | path

Searched defs:malloc_usable_size (Results 1 – 18 of 18) 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_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/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp74 INTERCEPTOR_ATTRIBUTE size_t malloc_usable_size(void *ptr) { in malloc_usable_size() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp197 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
256 uptr (*malloc_usable_size)(void *mem); member
264 uptr (*malloc_usable_size)(void *mem); member
/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/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp177 void malloc_usable_size() { in malloc_usable_size() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp179 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/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp147 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc245 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp239 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/
Dwasi.rs350 pub fn malloc_usable_size(ptr: *mut c_void) -> size_t; in malloc_usable_size() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc648 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp725 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1485 pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t; in malloc_usable_size() function