Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dstack_allocator.h47 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() argument
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 …]
/external/chromium_org/base/containers/
Dstack_container.h75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
89 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function
97 StackAllocator() : source_(NULL) { in StackAllocator() function
100 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function