Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
172 uptr (*malloc_usable_size)(void *mem); member
180 uptr (*malloc_usable_size)(void *mem); member
190 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
194 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map9 malloc_usable_size;
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
204 INTERCEPT_FUNCTION(malloc_usable_size); in initialize_interceptors()
H A Ddone_abilist.txt72 fun:malloc_usable_size=discard
H A Dlibc_ubuntu1404_abilist.txt2255 fun:malloc_usable_size=uninstrumented
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h73 # define je_malloc_usable_size malloc_usable_size
385 # define malloc_usable_size je_malloc_usable_size macro
H A Djemalloc_FreeBSD.h172 __weak_reference(__malloc_usable_size, malloc_usable_size);
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc31 jemalloc.3 malloc_usable_size.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/freebsd/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) in malloc_usable_size() function
H A DFixes160 91. Provide support for malloc_usable_size() so that linux works again
/freebsd/include/
H A Dmalloc_np.h73 size_t malloc_usable_size(const void *ptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp157 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
162 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp177 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
/freebsd/sys/sys/
H A Dmalloc.h265 size_t malloc_usable_size(const void *);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h232 return (malloc_usable_size(ptr)); in kvrealloc()
/freebsd/contrib/dma/
H A Dmail.c426 linecap = malloc_usable_size(line); in readmail()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc117 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) {
119 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs35 + <para>The <function>malloc_usable_size()</function> and
333 +__weak_reference(__malloc_usable_size, malloc_usable_size);
H A DChangeLog928 - Assure that the constness of malloc_usable_size()'s return type matches that
1178 - Drop const from malloc_usable_size() argument on Linux.
1263 - Check for NULL pointer in malloc_usable_size().
1407 realloc(), malloc_usable_size(), and free(). These functions can be used to
/freebsd/tests/sys/sys/
H A Dbitstring_test.c893 ATF_REQUIRE(malloc_usable_size(b) >= bitstr_size(nbits)); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp237 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
241 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd/sys/kern/
H A Dkern_malloc.c1094 malloc_usable_size(const void *addr) in malloc_usable_size() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp739 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument
740 SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p); in TSAN_INTERCEPTOR()

12