Home
last modified time | relevance | path

Searched refs:je_malloc_usable_size (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
HDjemalloc.h73 # define je_malloc_usable_size malloc_usable_size macro
270 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
385 # define malloc_usable_size je_malloc_usable_size
417 # undef je_malloc_usable_size
HDjemalloc_FreeBSD.h107 #undef je_malloc_usable_size
130 #define je_malloc_usable_size __malloc_usable_size macro
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/freebsd-13-stable/contrib/jemalloc/
HDFREEBSD-diffs266 +#undef je_malloc_usable_size
289 +#define je_malloc_usable_size __malloc_usable_size
403 @@ -3750,6 +3735,103 @@ je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) {
/freebsd-13-stable/contrib/jemalloc/src/
HDjemalloc.c3707 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { in je_malloc_usable_size() function