Searched defs:malloc_usable_size (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 181 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 240 uptr (*malloc_usable_size)(void *mem); member 248 uptr (*malloc_usable_size)(void *mem); member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 74 INTERCEPTOR_ATTRIBUTE size_t malloc_usable_size(void *ptr) { in malloc_usable_size() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 179 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.alloc.c | 464 malloc_usable_size(M_U_S_CONST void *ptr) in malloc_usable_size() function
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 385 # define malloc_usable_size je_malloc_usable_size macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 139 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 147 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_malloc.c | 1076 malloc_usable_size(const void *addr) in malloc_usable_size() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 240 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 733 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
|