Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 240 Bytes

Allocator

Thread-unsafe, panic-free buddy system allocator.

TODO

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

Reference

malloc.c