Searched refs:mRingAllocation (Results 1 – 2 of 2) sorted by relevance
587 mRingAllocation = sGlobals()->allocRingViewIntoCombined(mCombinedAllocation);590 mRingAllocation = sGlobals()->allocRingStorage();594 if (!mRingAllocation.buffer) {605 mRingAllocation.buffer,642 sGlobals()->freeRingStorage(mRingAllocation); in ~AddressSpaceGraphicsContext()649 info->metadata = mRingAllocation.offsetIntoPhys; in perform()650 info->size = mRingAllocation.size; in perform()741 saveAllocation(stream, mRingAllocation); in save()768 loadAllocation(stream, mRingAllocation, AllocType::AllocTypeRing); in load()773 mRingAllocation.buffer, in load()
94 Allocation mRingAllocation; variable