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

Linked-list page frame allocator #105

Open
hawkw opened this issue Jun 6, 2017 · 0 comments
Open

Linked-list page frame allocator #105

hawkw opened this issue Jun 6, 2017 · 0 comments
Assignees
Labels
area/alloc Area: this issue concerns memory allocation.

Comments

@hawkw
Copy link
Member

hawkw commented Jun 6, 2017

We should be able to trivially reuse the intrusive linked list in the buddy block heap allocator for this. Eventually the buddy block allocator should probably be layered on top of a page frame allocator (#73)

@hawkw hawkw added the area/alloc Area: this issue concerns memory allocation. label Jun 6, 2017
@hawkw hawkw self-assigned this Jun 6, 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.
Projects
None yet
Development

No branches or pull requests

1 participant