Searched refs:allocated_attrs (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c4958 unsigned int allocated_attrs; local
4972 allocated_attrs = ATTR_ALLOC_CHUNK;
4973 cur_attrs = xmalloc (allocated_attrs * sizeof (struct attr_abbrev));
4997 if (cur_abbrev->num_attrs == allocated_attrs)
4999 allocated_attrs += ATTR_ALLOC_CHUNK;
5001 = xrealloc (cur_attrs, (allocated_attrs

Completed in 44 milliseconds