Skip to content

Commit 93da63f

Browse files
committed
Add evanw's buddy allocator for testing
1 parent 77e49bb commit 93da63f

File tree

14 files changed

+2968
-0
lines changed

14 files changed

+2968
-0
lines changed

tests/allocators/buddy/assembly/buddy.ts

Lines changed: 527 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import "./buddy";
2+
export { allocate_memory, free_memory };

0 commit comments

Comments
 (0)