Closed Gregofi closed 2 years ago
Add basic block heap manager.
The heap is now managed by VM. It uses simple block first fit allocator. The heap needs to be initialized first with its size.
It can be later enhanced or replaced with some other heap manager.
Add basic block heap manager.
The heap is now managed by VM. It uses simple block first fit allocator. The heap needs to be initialized first with its size.
It can be later enhanced or replaced with some other heap manager.