Lines Matching refs:kNumEntries
309 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local
313 T_QUIET; T_ASSERT_LT(kNumEntries, capacity, "Test does not fill up ringbuffer"); in allocate_and_suspend()
315 T_LOG("allocate_and_suspend: Allocating and freeing %u entries...", kNumEntries); in allocate_and_suspend()
316 for (size_t i = 0; i < kNumEntries; i++) { in allocate_and_suspend()
507 const size_t kNumEntries = 50; variable
509 static const size_t kMemoryLimit = kNumEntries / 10 * kAllocationSize;
516 for (size_t i = 0; i < kNumEntries; i++) {
522 … %zu chunks of size %zu bytes while staying under limit of %zu bytes", kNumEntries, kAllocationSiz…
530 mach_vm_reclaim_count_t kNumEntries = 0; variable
544 …kNumEntries = (mach_vm_reclaim_count_t)(vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1…
548 T_QUIET; T_ASSERT_LT(kNumEntries, capacity, "Test does not fill up ringbuffer");
551 for (uint64_t i = 0; i < kNumEntries; i++) {
557 (int64_t) ((kNumEntries) * kAllocationSize), "Entries were reclaimed as we crossed threshold");