Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dcache_bin.c79 void *empty_position = (void *)((uintptr_t)alloc + *cur_offset); in cache_bin_init() local
82 bin->stack_head = (void **)empty_position; in cache_bin_init()
85 bin->low_bits_empty = (uint16_t)(uintptr_t)empty_position; in cache_bin_init()
91 assert(cache_bin_empty_position_get(bin) == empty_position); in cache_bin_init()
93 assert(bin_stack_size > 0 || empty_position == full_position); in cache_bin_init()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h585 void **empty_position = cache_bin_empty_position_get(bin); in cache_bin_finish_fill() local
587 memmove(empty_position - nfilled, empty_position - arr->n, in cache_bin_finish_fill()
590 bin->stack_head = empty_position - nfilled; in cache_bin_finish_fill()