boost::lockfree::allocator
// In header: <boost/lockfree/policies.hpp> template<typename Alloc> struct allocator : public boost::parameter::template_keyword< tag::allocator, Alloc > { };
Defines the allocator type of a data structure.