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

refactor: can we actually use borrowed frame handles? #104

Open
hawkw opened this issue May 29, 2017 · 0 comments
Open

refactor: can we actually use borrowed frame handles? #104

hawkw opened this issue May 29, 2017 · 0 comments
Labels
area/alloc Area: this issue concerns memory allocation. area/kernel Area: this issue relates to the core kernel. kind/refactor Kind: this issue describes refactoring or code quality improvement.
Milestone

Comments

@hawkw
Copy link
Member

hawkw commented May 29, 2017

We have these but they're currently kind of gathering dust in the alloc crate. A lot of our paging code could probably be rewritten to take advantage of lifetime-based page frame allocation & deallocation.

@hawkw hawkw added area/alloc Area: this issue concerns memory allocation. area/kernel Area: this issue relates to the core kernel. kind/refactor Kind: this issue describes refactoring or code quality improvement. labels May 29, 2017
@hawkw hawkw added this to the Paging milestone May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alloc Area: this issue concerns memory allocation. area/kernel Area: this issue relates to the core kernel. kind/refactor Kind: this issue describes refactoring or code quality improvement.
Projects
None yet
Development

No branches or pull requests

1 participant