You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: