o8vm / allocator

Buddy System Allocator implementation in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allocator

Thread-unsafe, panic-free buddy system allocator.

TODO

  • example
  • test
  • panic free
  • allow panic when #[cfg(debug_assertions)]

Reference

malloc.c

About

Buddy System Allocator implementation in Rust.

License:MIT License


Languages

Language:Rust 100.0%