commit | 6d7601e74437f3c915667a829ab722ba5174ec72 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 10 22:23:33 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:06:17 2014 +0100 |
tree | 80d96a88fef982db80c0a06274e2365e6ebba4cd | |
parent | b53e94b1329fd8b4fbd128f0a07a060a7c2e2149 [diff] |
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>