Searched defs:Stack (Results 1 – 2 of 2) sorted by relevance
35 …Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() function40 Stack(Stack&& rhs) in Stack() function
191 using Stack = std::stack<Request::MemoryDomainToken, StackSpace>; in BufferTracker() typedef