Searched refs:cache_bin_assert_earlier (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | cache_bin.h | 184 cache_bin_assert_earlier(cache_bin_t *bin, uint16_t earlier, uint16_t later) { in cache_bin_assert_earlier() function 204 cache_bin_assert_earlier(bin, earlier, later); in cache_bin_diff() 324 cache_bin_assert_earlier(bin, (uint16_t)(uintptr_t)bin->stack_head, in cache_bin_low_water_get() 441 cache_bin_assert_earlier(bin, bin->low_bits_full, in cache_bin_dalloc_easy() 463 cache_bin_assert_earlier(bin, bin->low_bits_full, low_bits_head); in cache_bin_stash()
|