Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h197 cache_bin_diff(cache_bin_t *bin, uint16_t earlier, uint16_t later, bool racy) { in cache_bin_diff() function
216 cache_bin_sz_t diff = cache_bin_diff(bin, in cache_bin_ncached_get_internal()
255 cache_bin_sz_t diff = cache_bin_diff(bin, in cache_bin_empty_position_get()
313 return cache_bin_diff(bin, bin->low_bits_low_water, in cache_bin_low_water_get_internal()
457 uint16_t diff = cache_bin_diff(bin, bin->low_bits_full, low_bits_head, in cache_bin_stash()
483 cache_bin_sz_t n = cache_bin_diff(bin, low_bits_low_bound, in cache_bin_nstashed_get_internal()
/src/contrib/jemalloc/src/
H A Dcache_bin.c86 cache_bin_sz_t free_spots = cache_bin_diff(bin, in cache_bin_init()