Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTests.cpp932 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSAllocationTests() local
933 assert(arrayZero); in OSAllocationTests()
934 for (__assert_only const auto& i : arrayZero) { in OSAllocationTests()
981 OSDataAllocation<int> arrayZero(100, OSAllocateMemoryZero); in OSDataAllocationTests() local
982 assert(arrayZero); in OSDataAllocationTests()
983 for (__assert_only const auto& i : arrayZero) { in OSDataAllocationTests()