added small memory debugger to detect memory leaks
authorpk910 <philipp@zoelle1.de>
Mon, 30 Jan 2012 00:18:23 +0000 (01:18 +0100)
committerpk910 <philipp@zoelle1.de>
Mon, 30 Jan 2012 01:43:55 +0000 (02:43 +0100)
commit3b03d79e0abdb8ed15dcc8943cf761f2a2775cf1
tree3c2cb82883842b10c726c1f37d61126ebd986177
parentdb9df7a1356859ffb8dcca001317940c92a80045
added small memory debugger to detect memory leaks
Makefile.am
configure.ac
src/bot_NeonServ.c
src/cmd_global.h
src/cmd_global_meminfo.c [new file with mode: 0644]
src/commands.c
src/main.c
src/main.h
src/memoryDebug.c [new file with mode: 0644]
src/memoryDebug.h [new file with mode: 0644]
src/memoryInfo.h [new file with mode: 0644]