Searched refs:newStorageAllocated (Results 1 – 1 of 1) sorted by relevance
379 int newStorageAllocated = (leadingNullPages - minimumPage) * mPageSize; in allocatePageRange() local380 mStorageCount += newStorageAllocated; in allocatePageRange()381 mLeadingNullCount -= newStorageAllocated; in allocatePageRange()386 int newStorageAllocated = Math.min(mTrailingNullCount, in allocatePageRange() local391 mStorageCount += newStorageAllocated; in allocatePageRange()392 mTrailingNullCount -= newStorageAllocated; in allocatePageRange()