Searched refs:kNumEntries (Results 1 – 1 of 1) sorted by relevance
309 const mach_vm_reclaim_count_t kNumEntries = (mach_vm_reclaim_count_t)atoi(argv[0]); in allocate_and_suspend() local313 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; variable509 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; variable544 …kNumEntries = (mach_vm_reclaim_count_t)(vm_reclaim_reclaimable_max_threshold / kAllocationSize * 1…[all …]