Searched refs:kNumEntries (Results 1 – 1 of 1) sorted by relevance
308 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local312 T_QUIET; T_ASSERT_LT(kNumEntries, capacity, "Test does not fill up ringbuffer"); in allocate_and_suspend()314 T_LOG("allocate_and_suspend: Allocating and freeing %u entries...", kNumEntries); in allocate_and_suspend()315 for (size_t i = 0; i < kNumEntries; i++) { in allocate_and_suspend()506 const size_t kNumEntries = 50; variable508 static const size_t kMemoryLimit = kNumEntries / 10 * kAllocationSize;515 for (size_t i = 0; i < kNumEntries; i++) {521 … %zu chunks of size %zu bytes while staying under limit of %zu bytes", kNumEntries, kAllocationSiz…529 mach_vm_reclaim_count_t kNumEntries = 0; variable543 …kNumEntries = (mach_vm_reclaim_count_t)(vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1…[all …]