Searched refs:empty_position (Results 1 – 2 of 2) sorted by relevance
79 void *empty_position = (void *)((uintptr_t)alloc + *cur_offset); in cache_bin_init() local82 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()
585 void **empty_position = cache_bin_empty_position_get(bin); in cache_bin_finish_fill() local587 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()