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

/scripts/
H A Dkallsyms.c55 static unsigned int table_size, table_cnt; variable
233 if (table_cnt >= table_size) {
234 table_size += 10000;
235 table = realloc(table, sizeof(*table) * table_size);

Completed in 6835 milliseconds