commit | 151493a875071448e2582489f6fa84d1630b3368 | [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 | 7dafc5c9255c5436d7f8adc1078b7c01c36e7f07 [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>