Home
last modified time | relevance | path

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

/external/ltp/tools/top-LTP/proc/
Dksym.c128 static unsigned idx_room; variable
309 if (idx_room) in parse_ksyms()
311 idx_room = 512; in parse_ksyms()
314 idx_room *= 2; in parse_ksyms()
315 vp = realloc(ksyms_index, sizeof(symb) * idx_room); in parse_ksyms()
338 if (++ksyms_count >= idx_room) in parse_ksyms()
352 idx_room = 0; in parse_ksyms()