Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/src/
H A Dtsd.c57 if (malloc_slow || !tsd_tcache_enabled_get(tsd) || in tsd_slow_update()
122 assert(malloc_slow || !tsd_tcache_enabled_get(tsd) || in tsd_fetch_slow()
H A Djemalloc.c104 bool malloc_slow = true; variable
872 malloc_slow = (malloc_slow_flags != 0); in malloc_slow_flag_init()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h9 extern bool malloc_slow;
H A Dtsd.h242 assert(!malloc_slow && tsd_tcache_enabled_get(tsd) && in tsd_assert_fast()
H A Dprivate_namespace.h18 #define malloc_slow JEMALLOC_N(malloc_slow) macro