Comment on Show HN: Aethalloc – lock-free Rust memory allocator for LinuxparentComments−section_meOP5moNo, 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.
Comments
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.