Searched refs:new_chunks (Results 1 – 1 of 1) sorted by relevance
510 int new_chunks = new_slots / MAX_CHUNK_REFS + 1; in ref_add() local513 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()515 new_chunks * REF_CHUNK_SIZE); in ref_add()516 ref_chunk += new_chunks; in ref_add()