reference counting

This commit is contained in:
nora 2023-08-02 23:19:10 +02:00
parent d9ab81bed1
commit 9ece18a48a
18 changed files with 477 additions and 159 deletions

View file

@ -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");
);