]> Zhao Yanbai Git Server - minix.git/commit
Add MALLOC_DEBUG env var to debug applications using malloc
authorErik van der Kouwe <erik@minix3.org>
Fri, 20 Aug 2010 19:16:31 +0000 (19:16 +0000)
committerErik van der Kouwe <erik@minix3.org>
Fri, 20 Aug 2010 19:16:31 +0000 (19:16 +0000)
commit2a736d0c2e00f9f2d33efabb2a0a54eeb0e9cbb1
tree3d66a2e0278f6db8b616df3041a124e41018bbe0
parentb337d3f8e500b98843ca53f26eeafb222802d25d
Add MALLOC_DEBUG env var to debug applications using malloc
lib/libc/ansi/Makefile.inc
lib/libc/ansi/malloc-debug.c [new file with mode: 0644]
lib/libc/ansi/malloc-debug.h [new file with mode: 0644]
lib/libc/ansi/malloc.c
man/man3/malloc.3