Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/vm/
H A Dmemorystatus_sort_test.c23 #define kNumProcsInCoalition 4 macro
25 pid_t pids[kNumProcsInCoalition]; // An array of pids in this coalition. Owned by this struct.
26 …pid_t expected_order[kNumProcsInCoalition]; // An array of pids in this coalition in proper sorted…
138 coalition.expected_order, kNumProcsInCoalition * sizeof(pid_t));
250 for (size_t i = 0; i < kNumProcsInCoalition; i++) { in init_coalition()
296 for (size_t i = 0; i < kNumProcsInCoalition; i++) { in place_coalition_in_band()