Home
last modified time | relevance | path

Searched refs:force_ivsalloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h176 static const bool force_ivsalloc = variable
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c2910 if (config_debug || force_ivsalloc) { in JEMALLOC_ATTR()
2912 assert(force_ivsalloc || usize != 0); in JEMALLOC_ATTR()
3149 if (config_debug || force_ivsalloc) { in je_malloc_usable_size()
3151 assert(force_ivsalloc || ret != 0); in je_malloc_usable_size()