Skip to content

Update to new allocator interface#180

Merged
SamTebbs33 merged 1 commit intodevelopfrom
feature/update-allocator-interface
Jul 1, 2020
Merged

Update to new allocator interface#180
SamTebbs33 merged 1 commit intodevelopfrom
feature/update-allocator-interface

Conversation

@SamTebbs33
Copy link
Collaborator

This patch updates the heap allocator to work with the recent changes to the allocator interface. Because the new interface requires that extending memory be done with the existing allocation, rather than allowing it to be allocated elsewhere. This breaks our support for extending memory since it's non-trivial to do so with the buddy structure in use.

@SamTebbs33 SamTebbs33 requested a review from DrDeano July 1, 2020 21:33
Copy link
Member

@DrDeano DrDeano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do for now :)

@SamTebbs33 SamTebbs33 merged commit 7204c42 into develop Jul 1, 2020
@SamTebbs33 SamTebbs33 deleted the feature/update-allocator-interface branch July 1, 2020 22:31
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.

2 participants