| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_malloc_linux.cc | 82 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 136 uptr (*malloc_usable_size)(void *mem); member 144 uptr (*malloc_usable_size)(void *mem); member 154 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 158 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
| /NextBSD/lib/libc/stdlib/jemalloc/ |
| HD | Symbol.map | 13 malloc_usable_size;
|
| HD | Makefile.inc | 33 jemalloc.3 malloc_usable_size.3 \
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | public_namespace.h | 20 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_interceptors.cc | 115 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 275 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_test.cc | 409 EXPECT_EQ(0U, malloc_usable_size(NULL)); in TEST() 410 EXPECT_EQ(kArraySize, malloc_usable_size(array)); in TEST() 411 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST() 412 EXPECT_DEATH(malloc_usable_size((void*)0x123), kMallocUsableSizeErrorMsg); in TEST() 413 EXPECT_DEATH(malloc_usable_size(array + kArraySize / 2), in TEST() 416 EXPECT_DEATH(malloc_usable_size(array), kMallocUsableSizeErrorMsg); in TEST()
|
| /NextBSD/contrib/jemalloc/include/jemalloc/ |
| HD | jemalloc.h | 70 # define je_malloc_usable_size malloc_usable_size 334 # define malloc_usable_size je_malloc_usable_size macro
|
| HD | jemalloc_FreeBSD.h | 130 __weak_reference(__malloc_usable_size, malloc_usable_size);
|
| /NextBSD/sys/contrib/octeon-sdk/cvmx-malloc/ |
| HD | malloc.h | 173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
|
| HD | malloc.c | 487 #define public_mUSABLe malloc_usable_size
|
| /NextBSD/include/ |
| HD | malloc_np.h | 57 size_t malloc_usable_size(const void *ptr);
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_allocator_testlib.cc | 141 void malloc_usable_size() { in malloc_usable_size() function
|
| /NextBSD/contrib/tcsh/ |
| HD | tc.alloc.c | 455 size_t malloc_usable_size(M_U_S_CONST void *); 457 malloc_usable_size(M_U_S_CONST void *ptr) in malloc_usable_size() function
|
| HD | Fixes | 21 91. Provide support for malloc_usable_size() so that linux works again
|
| /NextBSD/contrib/jemalloc/ |
| HD | FREEBSD-diffs | 36 + <para>The <function>malloc_usable_size<parameter/></function> and 260 +__weak_reference(__malloc_usable_size, malloc_usable_size);
|
| HD | ChangeLog | 210 - Assure that the constness of malloc_usable_size()'s return type matches that 460 - Drop const from malloc_usable_size() argument on Linux. 545 - Check for NULL pointer in malloc_usable_size(). 689 realloc(), malloc_usable_size(), and free(). These functions can be used to
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cc | 242 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) { in INTERCEPTOR() argument 1496 INTERCEPT_FUNCTION(malloc_usable_size); in InitializeInterceptors()
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 571 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { in TSAN_INTERCEPTOR() argument 572 SCOPED_INTERCEPTOR_RAW(malloc_usable_size, p); in TSAN_INTERCEPTOR()
|
| /NextBSD/contrib/compiler-rt/lib/msan/tests/ |
| HD | msan_test.cc | 4281 EXPECT_EQ(0U, malloc_usable_size(NULL)); in TEST() 4282 EXPECT_EQ(kArraySize, malloc_usable_size(array)); in TEST() 4283 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST()
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2249 fun:malloc_usable_size=uninstrumented
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 17231 # define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)
|