Searched defs:stack_allocator (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/containers/
H A Dstack_allocator.h17 class stack_allocator class
30 template <class U> struct rebind {typedef stack_allocator<U, N> other;};
32 stack_allocator() : ptr_(buf_) {} function in class:stack_allocator
35 stack_allocator(const stack_allocator&);// = delete;
36 stack_allocator& operator=(const stack_allocator&);// = delete;
64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {}

Completed in 142 milliseconds