Searched refs:arrayZero (Results 1 – 1 of 1) sorted by relevance
932 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local933 assert(arrayZero); in OSAllocationTests()934 for (__assert_only const auto& i : arrayZero) { in OSAllocationTests()981 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local982 assert(arrayZero); in OSDataAllocationTests()983 for (__assert_only const auto& i : arrayZero) { in OSDataAllocationTests()