Home
last modified time | relevance | path

Searched defs:StackAllocator (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dstack_allocator.h47 struct StackAllocator struct
65 StackAllocator(){} in StackAllocator() argument
68 StackAllocator(char *beg, char *end) in StackAllocator() argument
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
[all …]