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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c187 static int undef_types_allocated; variable
4453 if (undef_types_length == undef_types_allocated)
4455 undef_types_allocated *= 2;
4458 undef_types_allocated * sizeof (struct type *));
4849 undef_types_allocated = 20;
4852 xmalloc (undef_types_allocated * sizeof (struct type *));

Completed in 100 milliseconds