Searched defs:get_hook_allocator (Results 1 – 1 of 1) sorted by relevance
168 struct get_hook_allocator struct170 typedef Allocator type;172 static type get(Handler&, const Allocator& a) in get()179 struct get_hook_allocator<Handler, std::allocator<T> > struct181 typedef hook_allocator<Handler, T> type;183 static type get(Handler& handler, const std::allocator<T>&) in get()