Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-25 | Reduced LeakFinder's stack buffers to half. | madmaxoft | 1 | -2/+5 | |
The LeakFinder's stack buffers were causing too much RAM usage in the Debug mode, rising about 50 MiB per each cLuaState created. | |||||
2013-08-24 | Lifted the debugging 1 GiB RAM limit in LeakFinder to 1.5 GiB | madmaxoft | 1 | -2/+2 | |
2013-03-25 | Fixed underflow issue in LeakFinder.cpp | keyboard.osh@gmail.com | 1 | -6/+42 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1315 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-24 | Tweaked LeakFinder for VC2012 debug build (too much housekeeping info allocated) | madmaxoft@gmail.com | 1 | -1/+13 | |
http://forum.mc-server.org/showthread.php?tid=826&pid=6974#pid6974 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1314 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-24 | LeakFinder: Fixed previous commit, housekeeping is now factored in properly in both "alloc" and "free". | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1311 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-24 | LeakFinder: Factored in the housekeeping overhead | madmaxoft@gmail.com | 1 | -4/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1310 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-24 | Changed memory leak detection value to 65970823. Also added support for compiling in Visual Studio 2012. | keyboard.osh@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1309 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-23 | Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB. | madmaxoft@gmail.com | 1 | -84/+137 | |
Only works on Windows and only present in Debug mode. Produces memdump.xml for analysis. http://forum.mc-server.org/showthread.php?tid=826&pid=6948#pid6948 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1302 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-11 | Fixed a crash in LeakFinder when out of memory | madmaxoft@gmail.com | 1 | -0/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1265 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-20 | Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command. | madmaxoft@gmail.com | 1 | -206/+99 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@984 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -1040/+1040 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-13 | Rewritten 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.com | 1 | -0/+1040 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6 |