Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c507 int new_chunks = new_slots / MAX_CHUNK_REFS + 1; in ref_add() local
509 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks)); in ref_add()
510 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0, new_chunks * REF_CHUNK_SIZE); in ref_add()
511 ref_chunk += new_chunks; in ref_add()