Home
last modified time | relevance | path

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

/external/elfutils/lib/
Ddynamicsizehash_concurrent.c178 #define MOVE_BLOCK_SIZE 256 macro
185 size_t num_old_blocks = CEIL(htab->old_size, MOVE_BLOCK_SIZE); in resize_helper()
220 size_t record_it = my_block * MOVE_BLOCK_SIZE; in resize_helper()
221 size_t record_end = (my_block + 1) * MOVE_BLOCK_SIZE; in resize_helper()