Searched refs:kNumEntries (Results 1 – 1 of 1) sorted by relevance
301 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local305 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; variable501 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…