Searched refs:mFreeSlots (Results 1 – 2 of 2) sorted by relevance
449 mFreeSlots.push(slot); in freeMemory()471 if (mFreeSlots.size() > 0) { in allocateSlotLocked()472 const int32_t slot = mFreeSlots.top(); in allocateSlotLocked()473 mFreeSlots.pop(); in allocateSlotLocked()
276 std::stack<int32_t, std::vector<int32_t>> mFreeSlots; variable