Searched defs:new_table (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dschedtop.c52 struct thread_info *new_table; local
58 new_table = realloc(table->data, size * sizeof(*table->data));
59 if (new_table == NULL) {
63 table->data = new_table;

Completed in 61 milliseconds