Home
last modified time | relevance | path

Searched refs:JEMALLOC_USABLE_SIZE_CONST (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h36 #define JEMALLOC_USABLE_SIZE_CONST const macro
271 JEMALLOC_USABLE_SIZE_CONST void *ptr) JEMALLOC_CXX_THROW;
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs403 @@ -3750,6 +3735,103 @@ je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) {
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3707 je_malloc_usable_size(JEMALLOC_USABLE_SIZE_CONST void *ptr) { in je_malloc_usable_size()