Fix memdump printing

This commit is contained in:
Dale Weiler 2013-04-16 09:13:22 +00:00
parent f2b21158d8
commit 1c51fb80eb

4
util.c
View file

@ -192,8 +192,8 @@ void util_meminfo() {
Total peak memory: %f (MB)\n\
Total leaked memory: %f (MB) in %llu allocations\n",
mem_at,
(float)(mem_dt) / 1048576.0f,
mem_ab,
mem_dt,
(float)(mem_ab) / 1048576.0f,
(float)(mem_db) / 1048576.0f,
(float)(mem_pk) / 1048576.0f,
(float)(mem_ab - mem_db) / 1048576.0f,