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

Make the page allocator support physically continuous allocations #17

Open
alanjian85 opened this issue Jun 4, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alanjian85
Copy link
Member

Currently, the page allocator page_alloc()/page_free() only allows allocations of a single page. However, in many low-level scenarios, guaranteeing that the allocated pages are continuous is necessary. It is thus urgent to support allocating multiple continuous pages.

@alanjian85 alanjian85 added the enhancement New feature or request label Jun 4, 2024
@alanjian85 alanjian85 added this to the v0.3.0 milestone Jun 4, 2024
@alanjian85 alanjian85 self-assigned this Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant