Added a function to allocate a non-continuous page run.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10396 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-12 20:33:01 +00:00
parent 71a81208ef
commit fafd79e5c1
+1
View File
@@ -34,6 +34,7 @@ addr_t vm_page_num_free_pages(void);
status_t vm_page_write_modified(vm_cache *cache);
vm_page *vm_page_allocate_page(int state);
status_t vm_page_allocate_pages(int pageState, vm_page **pages, uint32 numPages);
vm_page *vm_page_allocate_page_run(int state, addr_t length);
vm_page *vm_page_allocate_specific_page(addr_t page_num, int state);
vm_page *vm_lookup_page(addr_t page_num);