Hacker News new | ask | show | jobs
by section_me 89 days 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.