commit | 7bceb16106e5db971e3b9c457d6274f7dbd76f7d | [log] [tgz] |
---|---|---|
author | Eugene Uriev <eugeneuriev@gmail.com> | Sun Mar 31 23:03:25 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 16:23:06 2024 -0600 |
tree | ed7ac438d91b0649a7dae9671296ebfc11d3e520 | |
parent | 18c1bfafe0ccdd3229d91bbb07ed942e9f233f93 [diff] |
mcheck: introduce mcheck_on_ramrelocation(.) The using of pre-reloc/malloc_simple heap is too hard to follow after the relocation. So lets drop it from the pedantic registry and switch to dlmalloc, when moved. The offset is ignored, but kept in the API for the probable case, when that early heap is relocated too. Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>