Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_sort_test.c36 #define kMaxChildrenProcs NUM_PROCS_IN_COALITION * NUM_COALITIONS + 1 macro
37 static pid_t children_pids[kMaxChildrenProcs];
423 …T_QUIET; T_ASSERT_LT(num_children + 1, (size_t) kMaxChildrenProcs, "Don't create too many children… in launch_proc_in_coalition()