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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2628 static int tab_alloc_size = (256 - 24) / sizeof (char *);
2636 tab = (const char **) xmalloc (tab_alloc_size * sizeof (*tab));
2648 if (tab_cur_size == tab_alloc_size)
2650 tab_alloc_size *= 2;
2652 tab_alloc_size * sizeof (*tab));
2620 static int tab_alloc_size = (256 - 24) / sizeof (char *); local

Completed in 1060 milliseconds