Skip to content

Change alloc_data to use free list #16

@OneGameDad

Description

@OneGameDad

Alloc_data currently points to the available data at the end of all the assigned data, it does not fill any holes created by data that is no longer used. To do so requires a free list and additional functionality. All that should be in the core functionality and not made part of the public API.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions