Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_defs.h.in23 * size_t malloc_usable_size(const void *ptr);
H A Djemalloc_protos.h.in53 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@malloc_usable_size(
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h69 #define zmalloc_size(p) malloc_usable_size(p)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/
H A Dposix_memalign.c103 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
H A Dallocated.c73 usize = malloc_usable_size(p); in thd_start()
H A Daligned_alloc.c109 total += malloc_usable_size(ps[i]); in TEST_BEGIN()
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h173 extern size_t malloc_usable_size __MALLOC_P ((__malloc_ptr_t __ptr));
H A Dmalloc.c487 #define public_mUSABLe malloc_usable_size
/f-stack/app/redis-5.0.5/deps/jemalloc/test/stress/
H A Dmicrobench.c111 malloc_usable_size(p); in malloc_mus_free()
/f-stack/freebsd/sys/
H A Dmalloc.h262 size_t malloc_usable_size(const void *);
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog792 - Assure that the constness of malloc_usable_size()'s return type matches that
1042 - 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
H A Dconfigure.ac685 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…
H A Dconfigure7553 size_t malloc_usable_size(const void *ptr);
/f-stack/freebsd/kern/
H A Dkern_malloc.c1038 malloc_usable_size(const void *addr) in malloc_usable_size() function
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2705 add malloc_usable_size for libc malloc