mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
reference counting
This commit is contained in:
parent
d9ab81bed1
commit
9ece18a48a
18 changed files with 477 additions and 159 deletions
|
|
@ -34,5 +34,11 @@ function allocateItem(objSize: I32, align: I32): I32 = (
|
|||
);
|
||||
);
|
||||
|
||||
HEAD_PTR = newHeadPtr;
|
||||
|
||||
actualObjPtr
|
||||
);
|
||||
|
||||
function deallocateItem(ptr: I32, objSize: I32) = (
|
||||
std.println("uwu deawwocate :3");
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue