Searched refs:mDeallocating (Results 1 – 2 of 2) sorted by relevance
462 if (mDequeued.count(bid) == 0 || mDeallocating.count(bid) > 0) { in clearCacheIfNecessaryLocked()771 if (mDeallocating.find(bid) != mDeallocating.end()) { in requestDeallocate()789 mDeallocating.emplace(bid); in requestDeallocate()808 size_t del2 = mDeallocating.erase(bid); in commitDeallocate()855 if (mDeallocating.find(bid) != mDeallocating.end()) { in requestRender()887 mDeallocating.emplace(bid); in requestRender()906 mDeallocating.erase(origBid); in commitRender()
236 std::set<uint64_t> mDeallocating; variable