Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/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 …]
/ndk/tests/device/test-stlport/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() argument
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 …]