Home
last modified time | relevance | path

Searched refs:cache_bin_assert_empty (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h301 cache_bin_assert_empty(cache_bin_t *bin, cache_bin_info_t *info) { in cache_bin_assert_empty() function
572 cache_bin_assert_empty(bin, info); in cache_bin_init_ptr_array_for_fill()
584 cache_bin_assert_empty(bin, info); in cache_bin_finish_fill()
/src/contrib/jemalloc/src/
H A Dtcache.c815 cache_bin_assert_empty(cache_bin, &tcache_bin_info[0]); in tcache_destroy()