Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make the page allocator support physically continuous allocations #17

@alanjian85

Description

@alanjian85

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions