Home
last modified time | relevance | path

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

/system/core/toolbox/
Dtop.c83 #define INIT_PROCS 50 macro
238 new_procs = calloc(INIT_PROCS * (threads ? THREAD_MULT : 1), sizeof(struct proc_info *)); in read_procs()
239 num_new_procs = INIT_PROCS * (threads ? THREAD_MULT : 1); in read_procs()