Lines Matching refs:mStack
90 mStack.push_back({}); in initialize()
115 for (auto &allocs : mStack) in ~PoolAllocator()
122 mStack.clear(); in ~PoolAllocator()
153 mStack.push_back(state); in push()
160 mStack.push_back({}); in push()
173 if (mStack.size() < 1) in pop()
177 Header *page = mStack.back().page; in pop()
178 mCurrentPageOffset = mStack.back().offset; in pop()
196 mStack.pop_back(); in pop()
198 for (auto &alloc : mStack.back()) in pop()
202 mStack.pop_back(); in pop()
212 while (mStack.size() > 0) in popAll()
284 mStack.back().push_back(alloc); in allocate()