]> git.dujemihanovic.xyz Git - u-boot.git/commit
mcheck: integrate mcheck into dlmalloc.c
authorEugene Uriev <eugeneuriev@gmail.com>
Sun, 31 Mar 2024 20:03:22 +0000 (23:03 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 22:23:06 +0000 (16:23 -0600)
commit151493a875071448e2582489f6fa84d1630b3368
tree4f05ba844d78b4a57faecf45ffe91260fc1f1653
parent7dafc5c9255c5436d7f8adc1078b7c01c36e7f07
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>
common/dlmalloc.c