Searched defs:StackAllocator (Results 1 – 1 of 1) sorted by relevance
74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function88 StackAllocator(const StackAllocator<U, other_capacity>& other) : source_(nullptr) { in StackAllocator() function95 StackAllocator() : source_(nullptr) { in StackAllocator() function98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function