Searched refs:mStack (Results 1 – 3 of 3) sorted by relevance
214 mStack.push_back({}); in initialize()239 for (auto &allocs : mStack) in ~PoolAllocator()246 mStack.clear(); in ~PoolAllocator()277 mStack.push_back(state); in push()284 mStack.push_back({}); in push()294 if (mStack.size() < 1) in pop()300 PageHeader *page = mStack.back().page; in pop()301 mCurrentPageOffset = mStack.back().offset; in pop()330 mStack.pop_back(); in pop()332 for (auto &alloc : mStack.back()) in pop()[all …]
173 AllocStack mStack; variable179 std::vector<std::vector<void *>> mStack; variable
540 private CronetHttpStack mStack; field in CronetHttpStack.RequestListener543 mStack = stack; in initialize()556 return mStack.getNonBlockingExecutor(); in getNonBlockingExecutor()561 return mStack.getBlockingExecutor(); in getBlockingExecutor()