|
Lunchbox
1.9.1
|
An object allocation pool. More...
#include <pool.h>
Inheritance diagram for lunchbox::Pool< T, locked >:
Collaboration diagram for lunchbox::Pool< T, locked >:Public Member Functions | |
| Pool () | |
| Construct a new pool. More... | |
| virtual | ~Pool () |
| Destruct this pool. More... | |
| T * | alloc () |
| void | release (T *item) |
| Release an item for reuse. More... | |
| void | flush () |
| Delete all cached items. More... | |
An object allocation pool.
|
inline |
|
inlinevirtual |
Destruct this pool.
Definition at line 36 of file pool.h.
References lunchbox::Pool< T, locked >::flush().
Here is the call graph for this function:
|
inline |
|
inline |
Delete all cached items.
Definition at line 60 of file pool.h.
Referenced by lunchbox::Pool< T, locked >::~Pool().
Here is the caller graph for this function:
|
inline |