Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h9 extern bool malloc_slow;
H A Dtsd.h241 assert(!malloc_slow && tsd_tcache_enabled_get(tsd) && in tsd_assert_fast()
/f-stack/app/redis-5.0.5/deps/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.c100 bool malloc_slow = true; variable
868 malloc_slow = (malloc_slow_flags != 0); in malloc_slow_flag_init()