Debugging a Program With dbx

Detecting Memory Leak Errors


Note -

RTC only finds leaks of malloc memory. If your program does not use malloc, RTC cannot find memory leaks.


RTC detects the following memory leak errors:

For a full explanation of each error and an example, see "RTC Errors".