Basic allocations in rust user-space.

This commit is contained in:
Drew Galbraith 2024-07-26 15:20:21 -07:00
parent 40a50e8d00
commit 32ccbedb7a
7 changed files with 127 additions and 35 deletions

View file

@ -7,5 +7,6 @@ edition = "2021"
name = "mammoth"
[dependencies]
linked_list_allocator = "0.10.5"
[build-dependencies]