![]() |
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.
Allocates blocks of the size specified in the constructor, using the memory manager specified by A.
Definition at line 458 of file template.h.
|
inline |
Definition at line 478 of file template.h.
References CHECK.
|
inline |
Definition at line 485 of file template.h.
References owl::InUse(), and PRECONDITION.
|
inline |
Definition at line 499 of file template.h.