HomeSort by: relevance | last modified time | path
    Searched refs:INITIAL_ACTIVE_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_linux.c 207 #define INITIAL_ACTIVE_SIZE (256)
433 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE);
434 activesize = INITIAL_ACTIVE_SIZE;
m_linuxthr.c 189 #define INITIAL_ACTIVE_SIZE (256)
361 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE);
362 activesize = INITIAL_ACTIVE_SIZE;

Completed in 28 milliseconds