Searched refs:malloc_slow (Results 1 – 5 of 5) sorted by relevance
57 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()
104 bool malloc_slow = true; variable872 malloc_slow = (malloc_slow_flags != 0); in malloc_slow_flag_init()
9 extern bool malloc_slow;
242 assert(!malloc_slow && tsd_tcache_enabled_get(tsd) && in tsd_assert_fast()
18 #define malloc_slow JEMALLOC_N(malloc_slow) macro