Lines Matching refs:kNumEntries
308 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local
312 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; variable
508 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; variable
543 …kNumEntries = (mach_vm_reclaim_count_t)(vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1…
547 T_QUIET; T_ASSERT_LT(kNumEntries, capacity, "Test does not fill up ringbuffer");
550 for (uint64_t i = 0; i < kNumEntries; i++) {
556 (int64_t) ((kNumEntries) * kAllocationSize), "Entries were reclaimed as we crossed threshold");