Searched refs:arrayZero (Results 1 – 1 of 1) sorted by relevance
351 OSAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local352 assert(arrayZero); in OSAllocationTests()353 for (const auto& i : arrayZero) { in OSAllocationTests()398 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local399 assert(arrayZero); in OSDataAllocationTests()400 for (const auto& i : arrayZero) { in OSDataAllocationTests()