Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h254 cache_bin_empty_position_get(cache_bin_t *bin) { in cache_bin_empty_position_get() function
290 void **ret = cache_bin_empty_position_get(bin) - ncached_max; in cache_bin_low_bound_get()
303 assert(cache_bin_empty_position_get(bin) == bin->stack_head); in cache_bin_assert_empty()
573 arr->ptr = cache_bin_empty_position_get(bin) - nfill; in cache_bin_init_ptr_array_for_fill()
585 void **empty_position = cache_bin_empty_position_get(bin); in cache_bin_finish_fill()
600 arr->ptr = cache_bin_empty_position_get(bin) - nflush; in cache_bin_init_ptr_array_for_flush()
/src/contrib/jemalloc/src/
H A Dcache_bin.c91 assert(cache_bin_empty_position_get(bin) == empty_position); in cache_bin_init()