Home
last modified time | relevance | path

Searched refs:arrayZero (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp351 OSAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local
352 assert(arrayZero); in OSAllocationTests()
353 for (const auto& i : arrayZero) { in OSAllocationTests()
398 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local
399 assert(arrayZero); in OSDataAllocationTests()
400 for (const auto& i : arrayZero) { in OSDataAllocationTests()