summaryrefslogtreecommitdiffstats
path: root/src/LeakFinder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-26Added the _UNICODE flag on WindowsTiger Wang1-3/+3
2015-08-10Checked LeakFinder in MSVC2015, enabled support for it.Mattes D1-3/+3
2014-01-23Fixed a bug in LeakFinder.madmaxoft1-3/+8
2013-12-27Made cmake compilation possible on Windows.madmaxoft1-11/+7
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-04Autogeneration of settings.ini and webadmin.iniTiger Wang1-2/+2
2013-08-25Reduced LeakFinder's stack buffers to half.madmaxoft1-2/+5
2013-08-24Lifted the debugging 1 GiB RAM limit in LeakFinder to 1.5 GiBmadmaxoft1-2/+2
2013-03-25Fixed underflow issue in LeakFinder.cppkeyboard.osh@gmail.com1-6/+42
2013-03-24Tweaked LeakFinder for VC2012 debug build (too much housekeeping info allocated)madmaxoft@gmail.com1-1/+13
2013-03-24LeakFinder: Fixed previous commit, housekeeping is now factored in properly in both "alloc" and "free".madmaxoft@gmail.com1-2/+2
2013-03-24LeakFinder: Factored in the housekeeping overheadmadmaxoft@gmail.com1-4/+9
2013-03-24Changed memory leak detection value to 65970823. Also added support for compiling in Visual Studio 2012.keyboard.osh@gmail.com1-2/+2
2013-03-23Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB.madmaxoft@gmail.com1-84/+137
2013-03-11Fixed a crash in LeakFinder when out of memorymadmaxoft@gmail.com1-0/+5
2012-10-20Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command.madmaxoft@gmail.com1-206/+99
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-1040/+1040
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-0/+1040