Searched refs:testArray (Results 1 – 2 of 2) sorted by relevance
940 OSAllocation<OSDataAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local942 testArray[i] = OSDataAllocation<int>(10, OSAllocateMemory); in OSAllocationTests()944 testArray[i][j] = i + j; in OSAllocationTests()950 assert(testArray[i][j] == i + j); in OSAllocationTests()
39 testArray() in testArray() function