#include <vector.h>


Protected Member Functions | |
| PagerReuse (mempager *pager, size_t objsize, unsigned count) | |
| bool | avail (void) |
| ReusableObject * | get (void) |
| ReusableObject * | get (timeout_t timeout) |
| ReusableObject * | request (void) |
This is used by the reuse_pager template to allocate new objects either from a memory pager used as a private heap, or from previously allocated objects that have been returned for reuse.
Definition at line 76 of file vector.h.
1.5.9