Searched refs:testArray (Results 1 – 2 of 2) sorted by relevance
941 OSAllocation<OSDataAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local943 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()
39 testArray() in testArray() function