Searched refs:testArray (Results 1 – 2 of 2) sorted by relevance
359 OSAllocation<OSAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local361 testArray[i] = OSAllocation<int>(10, OSAllocateMemory); in OSAllocationTests()363 testArray[i][j] = i + j; in OSAllocationTests()369 assert(testArray[i][j] == i + j); in OSAllocationTests()
39 testArray() in testArray() function