HomeSort by relevance Sort by last modified time
    Searched full:new_procs (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
top.c 82 static struct proc_info **old_procs, **new_procs; variable in typeref:struct:
179 new_procs = old_procs = NULL;
183 old_procs = new_procs;
236 new_procs = calloc(INIT_PROCS * (threads ? THREAD_MULT : 1), sizeof(struct proc_info *));
318 new_procs[i] = NULL;
355 new_procs = realloc(new_procs, 2 * num_new_procs * sizeof(struct proc_info *));
356 if (!new_procs) die("Could not expand procs array.\n");
358 new_procs[i] = NULL;
361 new_procs[proc_num] = proc
    [all...]

Completed in 175 milliseconds