commit | 172be6956518a4270883be1d1a0a25bd59f983fa | [log] [tgz] |
---|---|---|
author | Eugene Uriev <eugeneuriev@gmail.com> | Sun Mar 31 23:03:22 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 16:23:06 2024 -0600 |
tree | 4f05ba844d78b4a57faecf45ffe91260fc1f1653 | |
parent | f5f24c889f87256ae61a51c8833d0245655c34b3 [diff] |
mcheck: integrate mcheck into dlmalloc.c This changes are probable worth to be generalized in a separate .h-file so, making it able to cover libc-mallocs and others, without too much copy-paste. But the malloc<=>mALLOc substitutions interfere with an elegant way to do this. Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>