Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp931 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local
932 assert(arrayZero); in OSAllocationTests()
933 for (const auto& i : arrayZero) { in OSAllocationTests()
980 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local
981 assert(arrayZero); in OSDataAllocationTests()
982 for (const auto& i : arrayZero) { in OSDataAllocationTests()