Searched refs:numAlloc (Results 1 – 1 of 1) sorted by relevance
36 Allocation[] createAllocationsHelper(int usage, int numAlloc) { in createAllocationsHelper() argument39 return Allocation.createAllocations(mRS, t, usage, numAlloc); in createAllocationsHelper()45 int numAlloc = MAX_NUM_IO_ALLOC + 1; in testCreateAllocations() local47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations()57 int numAlloc = MAX_NUM_IO_ALLOC + 1; in testCreateAllocations_USAGE_IO_INPUT() local64 numAlloc = 10; in testCreateAllocations_USAGE_IO_INPUT()65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT()73 int numAlloc = 10; in testGetProperties() local75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties()81 for (int i=1; i<numAlloc; i++) { in testGetProperties()[all …]