]> git.dujemihanovic.xyz Git - u-boot.git/commit
mcheck: add pedantic mode support
authorEugene Uriev <eugeneuriev@gmail.com>
Sun, 31 Mar 2024 20:03:24 +0000 (23:03 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 22:23:06 +0000 (16:23 -0600)
commit18c1bfafe0ccdd3229d91bbb07ed942e9f233f93
tree2c626c8976822e5abd997091fb97a541ea176745
parentae838768d79cbb834c4a8a5f4810df373e58b622
mcheck: add pedantic mode support

The pedantic mode is run-time contolled, so
appropriate registry take place everytime.

Maybe it's worth to use compile-time control only.
So, the registry could be optimized out by an #ifdef.

Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>
common/dlmalloc.c
common/mcheck_core.inc.h
include/mcheck.h