Add evanw's buddy allocator for testing

This commit is contained in:
dcodeIO
2018-02-19 19:16:50 +01:00
parent 77e49bbd95
commit 93da63f571
14 changed files with 2968 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import "allocator/tlsf";
export { allocate_memory, free_memory };