| /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 258 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 262 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
| /freebsd-13.1/lib/libc/stdlib/jemalloc/ |
| H A D | Symbol.map | 13 malloc_usable_size;
|
| H A D | Makefile.inc | 34 jemalloc.3 malloc_usable_size.3 \
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
| /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/dfsan/ |
| H A D | dfsan_interceptors.cpp | 139 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 229 INTERCEPT_FUNCTION(malloc_usable_size); in initialize_interceptors()
|
| H A D | done_abilist.txt | 56 fun:malloc_usable_size=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2249 fun:malloc_usable_size=uninstrumented
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 73 # define je_malloc_usable_size malloc_usable_size 385 # define malloc_usable_size je_malloc_usable_size macro
|
| H A D | jemalloc_FreeBSD.h | 174 __weak_reference(__malloc_usable_size, malloc_usable_size);
|
| /freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.h | 173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
|
| H A D | malloc.c | 487 #define public_mUSABLe malloc_usable_size
|
| /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 152 INTERCEPT_FUNCTION(malloc_usable_size)
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.alloc.c | 462 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.1/include/ |
| H A D | malloc_np.h | 75 size_t malloc_usable_size(const void *ptr);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 158 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 200 return (malloc_usable_size(ptr)); in ksize()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c.inc | 63 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) { 65 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
|
| /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/sys/sys/ |
| H A D | malloc.h | 263 size_t malloc_usable_size(const void *);
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 35 + <para>The <function>malloc_usable_size()</function> and 333 +__weak_reference(__malloc_usable_size, malloc_usable_size);
|
| H A D | ChangeLog | 928 - 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.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 244 INTERCEPT_FUNCTION(malloc_usable_size)
|
| /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/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 733 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument 734 SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p); in TSAN_INTERCEPTOR()
|