Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dcache_bin.c97 cache_bin_still_zero_initialized(cache_bin_t *bin) { in cache_bin_still_zero_initialized() function
H A Dtcache.c713 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()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h668 bool cache_bin_still_zero_initialized(cache_bin_t *bin);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h170 #define cache_bin_still_zero_initialized JEMALLOC_N(cache_bin_still_zero_initialized) macro