Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h70 # define je_malloc_usable_size malloc_usable_size macro
259 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
374 # define malloc_usable_size je_malloc_usable_size
405 # undef je_malloc_usable_size
H A Djemalloc_FreeBSD.h101 #undef je_malloc_usable_size
124 #define je_malloc_usable_size __malloc_usable_size macro
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs251 +#undef je_malloc_usable_size
274 +#define je_malloc_usable_size __malloc_usable_size
362 @@ -3160,6 +3164,103 @@ je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) {
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c3135 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { in je_malloc_usable_size() function