Searched defs:limited_allocator (Results 1 – 2 of 2) sorted by relevance
400 template <class U, std::size_t UN> friend class limited_allocator; variable414 limited_allocator() : handle_(new BuffT) {} in limited_allocator() function416 limited_allocator(limited_allocator const& other) : handle_(other.handle_) {} in limited_allocator() function419 explicit limited_allocator(limited_allocator<U, N> const& other) in limited_allocator() function
401 template <class U, std::size_t UN> friend class limited_allocator; variable415 limited_allocator() : handle_(new BuffT) {} in limited_allocator() function417 limited_allocator(limited_allocator const& other) : handle_(other.handle_) {} in limited_allocator() function420 explicit limited_allocator(limited_allocator<U, N> const& other) in limited_allocator() function