| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cc | 190 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 D | Symbol.map | 13 malloc_usable_size;
|
| H A D | Makefile.inc | 33 jemalloc.3 malloc_usable_size.3 \
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 75 INTERCEPTOR_ATTRIBUTE size_t malloc_usable_size(void *ptr) { in malloc_usable_size() function
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 70 # define je_malloc_usable_size malloc_usable_size 374 # define malloc_usable_size je_malloc_usable_size macro
|
| H A D | jemalloc_FreeBSD.h | 168 __weak_reference(__malloc_usable_size, malloc_usable_size);
|
| /freebsd-12.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-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 133 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 138 INTERCEPT_FUNCTION(malloc_usable_size)
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.alloc.c | 465 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 D | Fixes | 114 91. Provide support for malloc_usable_size() so that linux works again
|
| /freebsd-12.1/include/ |
| H A D | malloc_np.h | 71 size_t malloc_usable_size(const void *ptr);
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cc | 205 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 35 + <para>The <function>malloc_usable_size()</function> and 318 +__weak_reference(__malloc_usable_size, malloc_usable_size);
|
| H A D | ChangeLog | 792 - 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 D | msan_interceptors.cc | 240 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 D | tsan_interceptors.cc | 729 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 D | libc_ubuntu1404_abilist.txt | 2249 fun:malloc_usable_size=uninstrumented
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 23604 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)
|