Home
last modified time | relevance | path

Searched defs:oversize_threshold (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h94 #define oversize_threshold JEMALLOC_N(oversize_threshold) global() macro
/freebsd/contrib/jemalloc/src/
H A Darena.c48 size_t oversize_threshold = OVERSIZE_THRESHOLD_DEFAULT; global() variable