UCommon
|
Pager pool base class for managed memory pools. More...
#include <memory.h>
Public Member Functions | |
void | put (PagerObject *object) |
Return a pager object back to our free list. | |
Protected Member Functions | |
PagerObject * | get (size_t size) |
Pager pool base class for managed memory pools.
This is a helper base class for the pager template and generally is not used by itself. If different type pools are intended to use a common memory pager then you will need to mixin a memory protocol object that performs redirection such as the MemoryRedirect class.
void ucommon::PagerPool::put | ( | PagerObject * | object | ) |
Return a pager object back to our free list.
object | to return to pool. |