Home
last modified time | relevance | path

Searched refs:malloc_usable_size (Results 1 – 17 of 17) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_symbols.txt20 malloc_usable_size:malloc_usable_size
A Dpublic_namespace.h20 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
/third_party/ulib/musl/include/
A Dmalloc.h18 size_t malloc_usable_size(void*);
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_rename.h26 # define je_malloc_usable_size malloc_usable_size
A Djemalloc_mangle.h31 # define malloc_usable_size je_malloc_usable_size macro
A Djemalloc_mangle_jet.h31 # define malloc_usable_size jet_malloc_usable_size macro
A Djemalloc_defs.h.in23 * size_t malloc_usable_size(const void *ptr);
A Djemalloc.h80 # define je_malloc_usable_size malloc_usable_size
374 # define malloc_usable_size je_malloc_usable_size macro
A Djemalloc_protos.h.in53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
/third_party/ulib/jemalloc/test/integration/
A Dallocated.c70 usize = malloc_usable_size(p); in thd_start()
A Dposix_memalign.c106 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
A Daligned_alloc.c112 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
/third_party/ulib/jemalloc/test/stress/
A Dmicrobench.c119 malloc_usable_size(p); in malloc_mus_free()
/third_party/ulib/jemalloc/
A DChangeLog418 - Assure that the constness of malloc_usable_size()'s return type matches that
668 - 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
A Dconfigure.ac563 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"
A DINSTALL127 Enable validation code for malloc_usable_size() and sallocx(), which
/third_party/ulib/musl/
A DWHATSNEW1340 - malloc_usable_size function (nonstandard)
1649 - malloc_usable_size now accepts null pointer input

Completed in 19 milliseconds