Home
last modified time | relevance | path

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

/scripts/
Dkallsyms.c60 static unsigned int table_size, table_cnt; variable
276 if (table_cnt >= table_size) { in read_map()
277 table_size += 10000; in read_map()
278 table = realloc(table, sizeof(*table) * table_size); in read_map()