Skip to content

Ko-oK-OS/buddy-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allocator

Thread-unsafe, panic-free buddy system allocator.

TODO

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

Reference

malloc.c