Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h124 uint16_t low_bits_empty; member
186 assert(bin->low_bits_full > bin->low_bits_empty); in cache_bin_assert_earlier()
217 (uint16_t)(uintptr_t)bin->stack_head, bin->low_bits_empty, racy); in cache_bin_ncached_get_internal()
256 (uint16_t)(uintptr_t)bin->stack_head, bin->low_bits_empty, in cache_bin_empty_position_get()
278 return (uint16_t)bin->low_bits_empty - in cache_bin_low_bits_low_bound_get()
314 bin->low_bits_empty, /* racy */ false) / sizeof(void *); in cache_bin_low_water_get_internal()
383 if (likely(low_bits != bin->low_bits_empty)) { in cache_bin_alloc_impl()
/src/contrib/jemalloc/src/
H A Dcache_bin.c85 bin->low_bits_empty = (uint16_t)(uintptr_t)empty_position; in cache_bin_init()