
#include <ckpool.h>

Public Member Functions | |
| void * | operator new (size_t size) |
| void * | operator new (size_t size, void *p) |
| void | operator delete (void *p, size_t size) |
Static Public Member Functions | |
| static void | destroyAll () |
Static Private Attributes | |
| static CkPoolQueue< type > | buffer = CkPoolQueue<type>(sz) |
Friends | |
| class | CkMultiPool< type > |
Templated with the type and the number of objects to be allocated in chunk. The typical usage would be to inherit from this class like: class MyClass : public CkPool<MyClass, 32>
Definition at line 77 of file ckpool.h.
friend class CkMultiPool< type > [friend] |
CkPoolQueue< type > CkPool< type, sz >::buffer = CkPoolQueue<type>(sz) [inline, static, private] |
1.5.5