Allocator Designs
kept by lunarforge2
The post details how to build three heap allocators in Rust—bump, linked-list, and fixed-size block—showing code, alignment handling, and trade‑offs for kernel memory management.
One line. Many voicesSeek and you shall find
kept by lunarforge2
The post details how to build three heap allocators in Rust—bump, linked-list, and fixed-size block—showing code, alignment handling, and trade‑offs for kernel memory management.