Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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-13-stable/lib/libc/stdlib/jemalloc/
HDSymbol.map12 malloc_usable_size;
HDMakefile.inc33 jemalloc.3 malloc_usable_size.3 \
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_interceptors.cpp114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
204 INTERCEPT_FUNCTION(malloc_usable_size); in initialize_interceptors()
HDdone_abilist.txt72 fun:malloc_usable_size=discard
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
HDjemalloc.h73 # define je_malloc_usable_size malloc_usable_size
385 # define malloc_usable_size je_malloc_usable_size macro
HDjemalloc_FreeBSD.h174 __weak_reference(__malloc_usable_size, malloc_usable_size);
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
HDmalloc.h173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
HDmalloc.c487 #define public_mUSABLe malloc_usable_size
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_malloc_linux.cpp106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/tcsh/
HDtc.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
/freebsd-13-stable/include/
HDmalloc_np.h73 size_t malloc_usable_size(const void *ptr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_interceptors.cpp159 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
164 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocation_functions.cpp177 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDslab.h211 return (malloc_usable_size(ptr)); in ksize()
/freebsd-13-stable/sys/sys/
HDmalloc.h262 size_t malloc_usable_size(const void *);
/freebsd-13-stable/contrib/dma/
HDmail.c426 linecap = malloc_usable_size(line); in readmail()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDwrappers_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-13-stable/contrib/jemalloc/
HDFREEBSD-diffs35 + <para>The <function>malloc_usable_size()</function> and
333 +__weak_reference(__malloc_usable_size, malloc_usable_size);
HDChangeLog928 - 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-13-stable/tests/sys/sys/
HDbitstring_test.c893 ATF_REQUIRE(malloc_usable_size(b) >= bitstr_size(nbits)); in ATF_TC_BODY()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp237 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
241 INTERCEPT_FUNCTION(malloc_usable_size)
/freebsd-13-stable/sys/kern/
HDkern_malloc.c1106 malloc_usable_size(const void *addr) in malloc_usable_size() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_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