Functions | |
| unsigned int | MemoryLeak () |
| Returns the number of memory leaks. More... | |
|
|
Returns the number of memory leaks. If VNODE is compiled with the option -DDEBUG, then the new# and delete# operators are overloaded. In this case, MemoryLeaks# returns the number of calls to new# less the number of calls to delete#. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000