Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Drecycling_allocator.hpp87 struct get_recycling_allocator struct
89 typedef Allocator type;
90 static type get(const Allocator& a) { return a; } in get()
94 struct get_recycling_allocator<std::allocator<T>, Purpose> struct
96 typedef recycling_allocator<T, Purpose> type;
97 static type get(const std::allocator<T>&) { return type(); } in get()