Home
last modified time | relevance | path

Searched refs:malloc_usable_size (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc190 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
249 uptr (*malloc_usable_size)(void *mem); member
257 uptr (*malloc_usable_size)(void *mem); member
267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-12.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map13 malloc_usable_size;
H A DMakefile.inc33 jemalloc.3 malloc_usable_size.3 \
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp75 INTERCEPTOR_ATTRIBUTE size_t malloc_usable_size(void *ptr) { in malloc_usable_size() function
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h70 # define je_malloc_usable_size malloc_usable_size
374 # define malloc_usable_size je_malloc_usable_size macro
H A Djemalloc_FreeBSD.h168 __weak_reference(__malloc_usable_size, malloc_usable_size);
/freebsd-12.1/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.c487 #define public_mUSABLe malloc_usable_size
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
138 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-12.1/contrib/tcsh/
H A Dtc.alloc.c465 size_t malloc_usable_size(M_U_S_CONST void *);
467 malloc_usable_size(M_U_S_CONST void *ptr) in malloc_usable_size() function
H A DFixes114 91. Provide support for malloc_usable_size() so that linux works again
/freebsd-12.1/include/
H A Dmalloc_np.h71 size_t malloc_usable_size(const void *ptr);
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc205 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs35 + <para>The <function>malloc_usable_size()</function> and
318 +__weak_reference(__malloc_usable_size, malloc_usable_size);
H A DChangeLog792 - Assure that the constness of malloc_usable_size()'s return type matches that
1042 - Drop const from malloc_usable_size() argument on Linux.
1127 - Check for NULL pointer in malloc_usable_size().
1271 realloc(), malloc_usable_size(), and free(). These functions can be used to
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc240 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
244 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc729 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
730 SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p); in TSAN_INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2249 fun:malloc_usable_size=uninstrumented
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c23604 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)