Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c59 static unsigned int table_size, table_cnt; variable
326 if (table_cnt >= table_size) { in read_map()
327 table_size += 10000; in read_map()
328 table = realloc(table, sizeof(*table) * table_size); in read_map()