Lines Matching refs:kNumEntries
179 const mach_vm_size_t kNumEntries = (size_t) atoi(argv[0]); in allocate_and_suspend() local
183 T_QUIET; T_ASSERT_LT(kNumEntries, ringbuffer.buffer_len, "Test does not fill up ringubffer"); in allocate_and_suspend()
185 for (size_t i = 0; i < kNumEntries; i++) { in allocate_and_suspend()
367 const size_t kNumEntries = 50; variable
369 static const size_t kMemoryLimit = kNumEntries / 10 * kAllocationSize;
377 for (size_t i = 0; i < kNumEntries; i++) {
383 … %zu chunks of size %zu bytes while staying under limit of %zu bytes", kNumEntries, kAllocationSiz…
388 mach_vm_size_t kNumEntries = 0; variable
403 kNumEntries = vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1000;
404 T_QUIET; T_ASSERT_LT(kNumEntries, ringbuffer.buffer_len, "Entries will not fill up ringbuffer.");
407 for (uint64_t i = 0; i < kNumEntries; i++) {
413 (int64_t) ((kNumEntries) * kAllocationSize), "Entries were reclaimed as we crossed threshold");