Skip to content

Conversation

@niaow
Copy link
Member

@niaow niaow commented Apr 8, 2020

This is an experimental change to the memory allocator which attempts to reduce fragmentation. It uses a doubly-linked list sorted in ascending order to track free regions of the heap. Allocations are fulfilled with the smallest free region exceeding the required size. This causes small holes in the heap to be filled first, and allows large empty regions to form.

@niaow
Copy link
Member Author

niaow commented Jun 22, 2020

Replaced by #1181

@niaow niaow closed this Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant