BRE12
Public Member Functions | List of all members
tbb::interface6::memory_pool< Alloc > Class Template Reference

Thread-safe growable pool allocator for variable-size requests. More...

#include <memory_pool.h>

Inheritance diagram for tbb::interface6::memory_pool< Alloc >:

Public Member Functions

 memory_pool (const Alloc &src=Alloc())
 construct pool with underlying allocator
 
 ~memory_pool ()
 destroy pool
 

Detailed Description

template<typename Alloc>
class tbb::interface6::memory_pool< Alloc >

Thread-safe growable pool allocator for variable-size requests.


The documentation for this class was generated from the following file: