Searched refs:malloc_usable_size (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h20 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp197 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
256 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugK
264 uptr (*malloc_usable_size)(void *mem); member in struct:MallocDebugL
274 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
278 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp74 INTERCEPTOR_ATTRIBUTE size_t malloc_usable_size(void *ptr) { function
/freebsd-11-stable/lib/libc/stdlib/jemalloc/
H A DMakefile.inc33 jemalloc.3 malloc_usable_size.3 \
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
H A Dmalloc.c93 malloc_usable_size(Void_t* p);
487 #define public_mUSABLe malloc_usable_size
1153 malloc_usable_size(Void_t* p);
1160 programming practice. malloc_usable_size can be more useful in
1164 assert(malloc_usable_size(p) >= 256);
3861 ------------------------- malloc_usable_size -------------------------
/freebsd-11-stable/include/
H A Dmalloc_np.h57 size_t malloc_usable_size(const void *ptr);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h145 __weak_reference(__malloc_usable_size, malloc_usable_size);
H A Djemalloc.h29 * size_t malloc_usable_size(const void *ptr);
78 # define je_malloc_usable_size malloc_usable_size
343 # define malloc_usable_size je_malloc_usable_size macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.alloc.c462 size_t malloc_usable_size(M_U_S_CONST void *);
464 malloc_usable_size(M_U_S_CONST void *ptr) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp138 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
143 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp191 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp239 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
243 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp721 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) {
722 SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 674 milliseconds