Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_reclaim.c301 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local
305 T_QUIET; T_ASSERT_LT(kNumEntries, capacity, "Test does not fill up ringbuffer"); in allocate_and_suspend()
307 T_LOG("allocate_and_suspend: Allocating and freeing %u entries...", kNumEntries); in allocate_and_suspend()
308 for (size_t i = 0; i < kNumEntries; i++) { in allocate_and_suspend()
499 const size_t kNumEntries = 50; variable
501 static const size_t kMemoryLimit = kNumEntries / 10 * kAllocationSize;
508 for (size_t i = 0; i < kNumEntries; i++) {
514 … %zu chunks of size %zu bytes while staying under limit of %zu bytes", kNumEntries, kAllocationSiz…