#include <base/zz_allocmap.h>
Public Member Functions | |
| CzzAllocMap () | |
| Construction. | |
| ~CzzAllocMap () | |
| int | CheckMemory (void) |
| Checks if there are any objects on the heap that not have been released. | |
| void | Delete (int addr) |
| Frees a memoryblock. | |
| void | Add (int addr, void *p, size_t n) |
| Adds a block to the list. | |
This class should not be used in any other way than indirectly via CzzBase.
|
|
Construction. Do not use. A list is automatically created if your program uses CzzBase based classes and is DEBUG compiled |
|
|
|
|
||||||||||||||||
|
Adds a block to the list.
|
|
|
Checks if there are any objects on the heap that not have been released.
|
|
|
Frees a memoryblock.
|
1.4.6-NO