Unify allocator tests even more, also test arena

This commit is contained in:
dcodeIO
2018-03-04 17:25:32 +01:00
parent 4257273d42
commit 00c4f6fa52
36 changed files with 3463 additions and 2977 deletions

View File

@ -1,3 +1,3 @@
import "./buddy";
import "allocator/buddy";
export { allocate_memory, free_memory };
// export { set_memory };