Thread-safe growable pool allocator for variable-size requests. More...
#include <memory_pool.h>
  
 Public Member Functions | |
| memory_pool (const Alloc &src=Alloc()) | |
| construct pool with underlying allocator  | |
| ~memory_pool () | |
| destroy pool  | |
Thread-safe growable pool allocator for variable-size requests.