Raineraineyang.hashnode.devยทFeb 11, 2024Resolving Memory Fragmentation for Linkedlist Heap AllocatorThis blog is based on the chapter Allocator Design of tutorial Writing an OS in Rust (https://os.phil-opp.com/). Heap Allocator A heap is a memory region for a program to store dynamically-sized data at runtime. The data stored in heap can have varyi...42 readsheap allocatorAdd a thoughtful commentNo comments yetBe the first to start the conversation.