Created attachment 905122 [details, diff] Add mimalloc USE flag to mold ebuild This feature can be very useful for people who system-wide override malloc to more secure ones, such as hardened_malloc and even valgrind. If mold linker against mimalloc, when while it is possible to override malloc, it causes problems in the form of invalid free errors. See this issue: https://github.com/rui314/mold/issues/1355