Block a user
Add Leak Detection to Ona Heap Allocator
May be worth adding an assert to check that the VM environment heap is empty by now before calling deinit.
Add Leak Detection to Ona Heap Allocator
Perhaps discard
could have an internal complimentary function specifically for discarding objects to save on the effort of wrapping a known type in a discriminated union only to unwrap it again back to the known type.
WIP: Add Leak Detection to Ona Heap Allocator
Make Compiled Kym Chunk Objects Callable
Kym Object Allocation Fix
free_index
should be reset in here as well, otherwise re-uses of the data structure in future will have a corrupt initial state.