Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dcache_bin.c75 void *full_position = stack_cur; in cache_bin_init() local
84 bin->low_bits_full = (uint16_t)(uintptr_t)full_position; in cache_bin_init()
93 assert(bin_stack_size > 0 || empty_position == full_position); in cache_bin_init()