Currently, the heap must be initialized with a fixed size. This puts heavy load on the initialization. Ideally, we want to initialize it with a single page and let it expand as needed.
This will require a complete revamp of the way it is implemented as the crate used for new allocations only supports a fixed size heap.
Currently, the heap must be initialized with a fixed size. This puts heavy load on the initialization. Ideally, we want to initialize it with a single page and let it expand as needed. This will require a complete revamp of the way it is implemented as the crate used for new allocations only supports a fixed size heap.