diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-20 00:09:33 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-20 00:09:33 +0200 |
commit | d2780443c64e058f0840c3ab7ea6a0a8c12e7343 (patch) | |
tree | 3b23790a86da6343a50968bcea2b3962c0bfc0ed /source/LeakFinder.h | |
parent | Ravines: Drill only through specific blocks (FS #259) (diff) | |
download | cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar.gz cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar.bz2 cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar.lz cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar.xz cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.tar.zst cuberite-d2780443c64e058f0840c3ab7ea6a0a8c12e7343.zip |
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); + + + + + |