Searched refs:malloc_usable_size (Results 1 – 15 of 15) sorted by relevance
23 * size_t malloc_usable_size(const void *ptr);
53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
69 #define zmalloc_size(p) malloc_usable_size(p)
103 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
73 usize = malloc_usable_size(p); in thd_start()
109 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
487 #define public_mUSABLe malloc_usable_size
111 malloc_usable_size(p); in malloc_mus_free()
262 size_t malloc_usable_size(const void *);
792 - Assure that the constness of malloc_usable_size()'s return type matches that1042 - 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
685 AC_MSG_CHECKING([whether malloc_usable_size definition can use const argument])689 size_t malloc_usable_size(const void *ptr);851 …lctlnametomib malloc malloc_conf malloc_message malloc_stats_print malloc_usable_size mallocx nall…
7553 size_t malloc_usable_size(const void *ptr);
1038 malloc_usable_size(const void *addr) in malloc_usable_size() function
2705 add malloc_usable_size for libc malloc