- tags: Memory Management
Heap Fragmentation
Links to this note
jemalloc
tags: Memory Management, Heap Fragmentation
Spotting and Avoiding Heap Fragmentation in Rust Applications
tags: Heap Fragmentation, jemalloc source:Svix Blog. “Spotting and Avoiding Heap Fragmentation in Rust Applications,” April 4, 2023. https://www.svix.com/blog/heap-fragmentation-in-rust-applications/. Heap fragmentation cause stair-step memeory usage, use jemalloc to solve heap fragmentation.