| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 115 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),
|
| /src/lib/libc/stdlib/malloc/ |
| H A D | Symbol.map | 9 malloc_usable_size;
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 13 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 114 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 204 INTERCEPT_FUNCTION(malloc_usable_size); in initialize_interceptors()
|
| H A D | done_abilist.txt | 72 fun:malloc_usable_size=discard
|
| /src/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_defs.h.in | 32 * size_t malloc_usable_size(const void *ptr);
|
| H A D | jemalloc_protos.h.in | 54 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 80 # define je_malloc_usable_size malloc_usable_size 419 # define malloc_usable_size je_malloc_usable_size macro
|
| H A D | jemalloc_FreeBSD.h | 178 __weak_reference(__malloc_usable_size, malloc_usable_size);
|
| /src/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 106 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument
|
| /src/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 36 jemalloc.3 malloc_usable_size.3 \
|
| /src/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
|
| /src/include/ |
| H A D | malloc_np.h | 73 size_t malloc_usable_size(const void *ptr);
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 159 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 164 INTERCEPT_FUNCTION(malloc_usable_size)
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 177 INTERCEPTOR_ALIAS(uptr, malloc_usable_size, const void *ptr);
|
| /src/sys/sys/ |
| H A D | malloc.h | 265 size_t malloc_usable_size(const void *);
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 278 return (malloc_usable_size(ptr)); in ksize()
|
| /src/contrib/dma/ |
| H A D | mail.c | 426 linecap = malloc_usable_size(line); in readmail()
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c.inc | 117 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(const void *ptr) { 119 INTERFACE WEAK size_t SCUDO_PREFIX(malloc_usable_size)(void *ptr) {
|
| /src/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 | configure.ac | 794 AC_MSG_CHECKING([whether malloc_usable_size definition can use const argument]) 798 size_t malloc_usable_size(const void *ptr); 1059 …c_conf malloc_conf_2_conf_harder malloc_message malloc_stats_print malloc_usable_size mallocx smal…
|
| H A D | ChangeLog | 1028 - Assure that the constness of malloc_usable_size()'s return type matches that 1278 - Drop const from malloc_usable_size() argument on Linux. 1363 - Check for NULL pointer in malloc_usable_size(). 1507 realloc(), malloc_usable_size(), and free(). These functions can be used to
|
| /src/tests/sys/sys/ |
| H A D | bitstring_test.c | 891 ATF_REQUIRE(malloc_usable_size(b) >= bitstr_size(nbits)); in ATF_TC_BODY()
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 237 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 241 INTERCEPT_FUNCTION(malloc_usable_size)
|
| /src/sys/kern/ |
| H A D | kern_malloc.c | 1117 malloc_usable_size(const void *addr) in malloc_usable_size() function
|