Searched defs:StackAllocator (Results 1 – 2 of 2) sorted by relevance
47 struct StackAllocator struct65 StackAllocator(){} in StackAllocator() argument68 StackAllocator(char *beg, char *end) in StackAllocator() function74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() argument77 StackAllocator(const State& state) in StackAllocator() function84 typedef StackAllocator<_Other> other; argument111 //Necessary extension to make StackAllocator a real STLport allocator argument113 _Tp* _M_allocate(size_type n, size_type &new_n) { in _M_allocate()119 void deallocate(pointer p, size_type n) { in deallocate()148 void swap(StackAllocator &other) { in swap() argument[all …]
75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function89 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function97 StackAllocator() : source_(NULL) { in StackAllocator() function100 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function