Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_ranges.c36 #define N_ALLOC 5 macro
696 void *ptrs[N_ALLOC];
708 for (i = 0; i < N_ALLOC; ++i) {
715 i + 1, N_ALLOC, LARGE_ALLOCATION_SIZE);
726 T_EXPECT_GE_UINT(i, N_ALLOC, "Allocate at least %u/%d %llu-GB chunks of VA space",
727 i, N_ALLOC, (LARGE_ALLOCATION_SIZE / GiB(1)));