]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Rewrote memory tracking, now prints highest water mark (most used memory at a given...
authorDale Weiler <killfieldengine@gmail.com>
Mon, 15 Apr 2013 20:54:53 +0000 (20:54 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 15 Apr 2013 20:54:53 +0000 (20:54 +0000)
commitf2b21158d801e96b5f8d7c9491186267dc75a4dc
treefe42f2f61fb17242c55311b2306c73e482603747
parent1a9c82483cbbcf194f2da51790db370024aafbba
Rewrote memory tracking, now prints highest water mark (most used memory at a given time during compile). Changes all byte representation to MB representation. Added ability to print the contents of the leaked memory to the console when -debug is on (infact the lost messages only print during -debug), -memchk simply reports the memory info at the end (it is also printed when -debug). You can set the memory dump columns with -memdumpcols=# where # is the number of columns you want (default is 16)
main.c
opts.c
opts.def
util.c