Home
last modified time | relevance | path

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

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymtab.c2051 static int tab_alloc_size = (256 - 24) / sizeof (char *); local
2060 tab = (char **) xmalloc (tab_alloc_size * sizeof (*tab));
2070 if (tab_cur_size == tab_alloc_size)
2072 tab_alloc_size *= 2;
2073 tab = (char **) xrealloc ((char *) tab, tab_alloc_size * sizeof (*tab));