Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(loader): prevent frame allocator from handing out loader memory #194

Merged
merged 3 commits into from
Dec 29, 2024

Conversation

JonasKruckenberg
Copy link
Owner

This brings back the behaviour of BumpAllocator::lower_bound of preventing the loader from overriding its own memory in a more maintainable way by building up a second array of available memory regions that are filtered to exclude the loader memory

This brings back the behaviour of `BumpAllocator::lower_bound` of preventing the loader from overriding its own memory in a more scalable way
@JonasKruckenberg JonasKruckenberg marked this pull request as ready for review December 28, 2024 16:57
@JonasKruckenberg JonasKruckenberg merged commit f62f5fa into main Dec 29, 2024
16 checks passed
@JonasKruckenberg JonasKruckenberg deleted the jonas/fix/loader-prevent-self-overriding branch December 29, 2024 09:12
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