Home
last modified time | relevance | path

Searched defs:je_malloc_usable_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h133 #define je_malloc_usable_size __malloc_usable_size macro
H A Djemalloc.h73 # define je_malloc_usable_size malloc_usable_size macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3707 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { in je_malloc_usable_size() function