Lines Matching defs:StackAllocator
47 struct StackAllocator struct
65 StackAllocator(){} in StackAllocator() argument
68 StackAllocator(char *beg, char *end) in StackAllocator() function
74 StackAllocator(StackAllocator<_OtherTp> const& other) in StackAllocator() function
77 StackAllocator(const State& state) in StackAllocator() function
84 typedef StackAllocator<_Other> other; argument
111 //Necessary extension to make StackAllocator a real STLport allocator argument
113 _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
155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); } in _M_swap_workaround() argument