I know TBB has scalable_allocator. Does it have scalable memory pools (like boost::pool or boost::object_pool)? So, I can allocate many objects, and later free them at one place. Thanks!
hello, yes, here are details http://software.intel.com/en-us/blogs/2011/12/19/scalable-memory-pools-community-preview-feature/ --Vladimir
Scalable memory pool?
I know TBB has scalable_allocator. Does it have scalable memory pools (like boost::pool or boost::object_pool)? So, I can allocate many objects, and later free them at one place.
Thanks!