boost::lockfree::freelist
// In header: <boost/lockfree/policies.hpp> template<bool UseFreelist> struct freelist { };
Configures the mpmc_queue to use a freelist.
The mpmc_queue can be configured to use a freelist for memory management.