Searched refs:isView (Results 1 – 2 of 2) sorted by relevance
238 if (alloc.isView) return; in freeRingStorage()249 if (alloc.isView) return; in freeBuffer()274 res.isView = true; in allocRingViewIntoCombined()282 res.isView = true; in allocBufferViewIntoCombined()831 stream->putBe32(alloc.isView); in saveAllocation()848 alloc.isView = stream->getBe32(); in loadAllocation()
38 bool isView = false; member