Searched refs:kNumEntries (Results 1 – 1 of 1) sorted by relevance
263 const mach_vm_size_t kNumEntries = (size_t) atoi(argv[0]); in allocate_and_suspend() local267 T_QUIET; T_ASSERT_LT(kNumEntries, ringbuffer.buffer_len, "Test does not fill up ringubffer"); in allocate_and_suspend()269 for (size_t i = 0; i < kNumEntries; i++) { in allocate_and_suspend()454 const size_t kNumEntries = 50; variable456 static const size_t kMemoryLimit = kNumEntries / 10 * kAllocationSize;464 for (size_t i = 0; i < kNumEntries; i++) {470 … %zu chunks of size %zu bytes while staying under limit of %zu bytes", kNumEntries, kAllocationSiz…476 mach_vm_size_t kNumEntries = 0; variable491 kNumEntries = vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1000;492 T_QUIET; T_ASSERT_LT(kNumEntries, ringbuffer.buffer_len, "Entries will not fill up ringbuffer.");[all …]