Searched refs:handler_allocator (Results 1 – 2 of 2) sorted by relevance
72 class handler_allocator class77 explicit handler_allocator(handler_memory& mem) in handler_allocator() function in handler_allocator83 handler_allocator(const handler_allocator<U>& other) noexcept in handler_allocator() function in handler_allocator88 bool operator==(const handler_allocator& other) const noexcept in operator ==()93 bool operator!=(const handler_allocator& other) const noexcept in operator !=()109 template <typename> friend class handler_allocator;123 using allocator_type = handler_allocator<Handler>;
73 class handler_allocator class78 explicit handler_allocator(handler_memory& mem) in handler_allocator() function in handler_allocator84 handler_allocator(const handler_allocator<U>& other) in handler_allocator() function in handler_allocator92 typedef handler_allocator<U> other;95 bool operator==(const handler_allocator& other) const in operator ==()100 bool operator!=(const handler_allocator& other) const in operator !=()128 typedef handler_allocator<Handler> allocator_type;