5 ms·
No, it uses LD_PRELOAD symbol interception, not binary patching. This isn't the Rust Allocator in nightly. This is a drop-in replacement for the system's mallo
by section_me 6mo ago
No, it uses LD_PRELOAD symbol interception, not binary patching.
This isn't the Rust Allocator in nightly. This is a drop-in replacement for the system's malloc implementation.
Think jemalloc, tcmalloc and mimalloc.