Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h80 # define je_malloc_usable_size malloc_usable_size
299 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
419 # define malloc_usable_size je_malloc_usable_size
452 # undef je_malloc_usable_size
73 # define je_malloc_usable_size global() macro
H A Djemalloc_FreeBSD.h117 #undef je_malloc_usable_size
139 #define je_malloc_usable_size __malloc_usable_size
133 #define je_malloc_usable_size global() macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h13 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
12 #define je_malloc_usable_size global() macro
/freebsd/contrib/jemalloc/
H A DFREEBSD-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/contrib/jemalloc/src/
H A Djemalloc.c4104 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { in je_malloc_usable_size() function