allocator interface (first pass)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
malloc c_func(size usize) ?*mut anyopaque
|
||||
free c_func(ptr ?*mut anyopaque) void
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
malloc c_func(size usize) ?*mut anyopaque
|
||||
free c_func(ptr ?*mut anyopaque) void
|
||||