OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Managed single-size block allocator. More...
#include <owl/template.h>
Public Member Functions | |
TMMemBlocks (size_t sz, unsigned int count=100) | |
void * | Allocate (size_t sz) |
void | Free (void *block) |
Managed single-size block allocator.
template <class A> class TMMemBlocks
Allocates blocks of the size specified in the constructor, using the memory manager specified by A.
Definition at line 421 of file template.h.
|
inline |
Definition at line 436 of file template.h.
References CHECK.
Definition at line 446 of file template.h.
References PRECONDITION.
Definition at line 460 of file template.h.