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