[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following listing contains the interface of the HeapMon unit.
This unit provide a rather primitive means to watch the heap, i.e. check if all pointers that were allocated are released again. This is meant as a debugging help for avoiding memory leaks.
More extensive heap checking is provided by libraries like `efence' which can be used in GPC programs without special provisions.
{ A unit to watch the heap, i.e. check if all pointers that were allocated are released again. It is meant as a debugging help to detect memory leaks. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |