allocator interface (first pass)

This commit is contained in:
2026-07-06 21:24:49 +02:00
parent 7ce3917c15
commit 95c61311ca
24 changed files with 833 additions and 161 deletions
+2
View File
@@ -0,0 +1,2 @@
malloc c_func(size usize) ?*mut anyopaque
free c_func(ptr ?*mut anyopaque) void