Searched refs:malloc_usable_size (Results 1 – 17 of 17) sorted by relevance
20 malloc_usable_size:malloc_usable_size
20 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
18 size_t malloc_usable_size(void*);
26 # define je_malloc_usable_size malloc_usable_size
31 # define malloc_usable_size je_malloc_usable_size macro
31 # define malloc_usable_size jet_malloc_usable_size macro
23 * size_t malloc_usable_size(const void *ptr);
80 # define je_malloc_usable_size malloc_usable_size374 # define malloc_usable_size je_malloc_usable_size macro
53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
70 usize = malloc_usable_size(p); in thd_start()
106 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
112 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
119 malloc_usable_size(p); in malloc_mus_free()
418 - Assure that the constness of malloc_usable_size()'s return type matches that668 - Drop const from malloc_usable_size() argument on Linux.753 - Check for NULL pointer in malloc_usable_size().897 realloc(), malloc_usable_size(), and free(). These functions can be used to
563 AC_MSG_CHECKING([whether malloc_usable_size definition can use const argument])567 size_t malloc_usable_size(const void *ptr);699 …llocx sdallocx nallocx mallctl mallctlnametomib mallctlbymib malloc_stats_print malloc_usable_size"
127 Enable validation code for malloc_usable_size() and sallocx(), which
1340 - malloc_usable_size function (nonstandard)1649 - malloc_usable_size now accepts null pointer input
Completed in 19 milliseconds