Searched refs:allocArray (Results 1 – 1 of 1) sorted by relevance
46 Allocation[] allocArray; in testCreateAllocations() local47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()48 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations()49 for (Allocation a : allocArray) { in testCreateAllocations()58 Allocation[] allocArray; in testCreateAllocations_USAGE_IO_INPUT() local60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1); in testCreateAllocations_USAGE_IO_INPUT()65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()66 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations_USAGE_IO_INPUT()67 for (Allocation a : allocArray) { in testCreateAllocations_USAGE_IO_INPUT()75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties() local[all …]