]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Always enable malloc debug
authorSimon Glass <sjg@chromium.org>
Fri, 11 Jul 2014 04:23:33 +0000 (22:23 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 13:06:17 +0000 (14:06 +0100)
commit6d7601e74437f3c915667a829ab722ba5174ec72
tree80d96a88fef982db80c0a06274e2365e6ebba4cd
parentb53e94b1329fd8b4fbd128f0a07a060a7c2e2149
sandbox: Always enable malloc debug

Tun on DEBUG in malloc(). This adds code space and slows things down but
for sandbox this is acceptable. We gain the ability to check for memory
leaks in tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/dlmalloc.c