Collaboration diagram for Memory Tracing:
|
Functions | |
| int | psMemCheckLeaks (psMemId id0, psMemBlock ***array, FILE *fd, bool persistence) |
| Check for memory leaks. | |
| int | psMemCheckCorruption (bool abort_on_error) |
| Check for memory corruption. | |
|
|
Check for memory corruption. Scans all currently allocated memory buffers and checks for corruptions, i.e., invalid markers that signify a buffer under/overflow.
|
|
||||||||||||||||||||
|
Check for memory leaks. This scans for allocated memory buffers not freed with an ID not less than id0. This is used to check for memory leaks by:
If memory leaks are found, the Memory Problem callback will be called as well.
|
1.4.2