Searched refs:cache_bin_still_zero_initialized (Results 1 – 4 of 4) sorted by relevance
97 cache_bin_still_zero_initialized(cache_bin_t *bin) { in cache_bin_still_zero_initialized() function
713 assert(cache_bin_still_zero_initialized(&tcache->bins[0])); in tsd_tcache_data_init()846 assert(cache_bin_still_zero_initialized(&tcache->bins[0])); in tcache_cleanup()850 assert(!cache_bin_still_zero_initialized(&tcache->bins[0])); in tcache_cleanup()1100 assert(!cache_bin_still_zero_initialized(&tcache->bins[0])); in tcache_assert_initialized()
668 bool cache_bin_still_zero_initialized(cache_bin_t *bin);
170 #define cache_bin_still_zero_initialized JEMALLOC_N(cache_bin_still_zero_initialized) macro