Searched refs:arrayZero (Results 1 – 1 of 1) sorted by relevance
931 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local932 assert(arrayZero); in OSAllocationTests()933 for (const auto& i : arrayZero) { in OSAllocationTests()980 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local981 assert(arrayZero); in OSDataAllocationTests()982 for (const auto& i : arrayZero) { in OSDataAllocationTests()