Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Ddyn-string.c141 int new_allocated = ds->allocated; in dyn_string_resize() local
147 while (space > new_allocated) in dyn_string_resize()
148 new_allocated *= 2; in dyn_string_resize()
150 if (new_allocated != ds->allocated) in dyn_string_resize()
152 ds->allocated = new_allocated; in dyn_string_resize()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c6471 unsigned new_allocated, i; in ebb_propose_action() local
6474 new_allocated = (c->action_count + 2) * 2; in ebb_propose_action()
6476 bfd_zmalloc (sizeof (proposed_action) * new_allocated); in ebb_propose_action()
6483 c->action_allocated = new_allocated; in ebb_propose_action()