diff options
Diffstat (limited to 'source/LeakFinder.h')
-rw-r--r-- | source/LeakFinder.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/LeakFinder.h b/source/LeakFinder.h index 6743adda0..42af4f910 100644 --- a/source/LeakFinder.h +++ b/source/LeakFinder.h @@ -143,3 +143,13 @@ ZZZ_LeakFinder zzz_LeakFinder; #endif #endif // __cplusplus + + + + +extern void DumpUsedMemory(LeakFinderOutput * output = NULL); + + + + + |