OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Used internally to provide buffers for formating registration strings. More...
#include <owl/registry.h>
Public Member Functions | |
TRegFormatHeap () | |
Initialize the data members to 0. | |
~TRegFormatHeap () | |
Walk the heap chain & delete the memory blocks. | |
tchar * | Alloc (int spaceNeeded) |
Allocate a block of memory of a given size & link it into the heap chain. | |
Used internally to provide buffers for formating registration strings.
Definition at line 483 of file registry.h.
owl::TRegFormatHeap::TRegFormatHeap | ( | ) |
Initialize the data members to 0.
Definition at line 18 of file regheap.cpp.
owl::TRegFormatHeap::~TRegFormatHeap | ( | ) |
Walk the heap chain & delete the memory blocks.
Definition at line 27 of file regheap.cpp.
Allocate a block of memory of a given size & link it into the heap chain.
Definition at line 39 of file regheap.cpp.