Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTests.cpp941 OSAllocation<OSDataAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local
943 testArray[i] = OSDataAllocation<int>(10, OSAllocateMemory); in OSAllocationTests()
945 testArray[i][j] = i + j; in OSAllocationTests()
951 assert(testArray[i][j] == i + j); in OSAllocationTests()
H A DTestCollections.cpp39 testArray() in testArray() function