OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Single-size block allocator. More...
#include <owl/template.h>
Public Member Functions | |
TMemBlocks (size_t sz, unsigned n=100) | |
Public Member Functions inherited from owl::TMMemBlocks< TStandardAllocator > | |
TMMemBlocks (size_t sz, unsigned int count=100) | |
void * | Allocate (size_t sz) |
void | Free (void *block) |
Single-size block allocator.
Allocates blocks of the size specified in the constructor, using the global operator new and operator delete.
Definition at line 475 of file template.h.
Definition at line 477 of file template.h.