haiku/headers/private/kernel/vm
Ingo Weinhold d7455de2f6 allocate_page_run(): Use temporary lists to store the pages we're allocating.
This makes appending the pages to the active queue more efficient and we
don't need the vm_page::is_cleared bit anymore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35011 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-11 16:36:31 +00:00
..
vm_page.h * Added new debug feature (DEBUG_PAGE_ACCESS) to detect invalid concurrent 2010-01-07 02:37:05 +00:00
vm_priv.h
vm_translation_map.h
vm_types.h allocate_page_run(): Use temporary lists to store the pages we're allocating. 2010-01-11 16:36:31 +00:00
vm.h
VMAddressSpace.h * Added Size() method. 2010-01-09 20:21:43 +00:00
VMArea.h * Added VMArea subclasses VM{Kernel,User}Area and moved the address space list 2009-12-04 17:07:16 +00:00
VMCache.h Added VMCache::SwitchFromReadLock(), atomically unlocking a read lock and 2010-01-07 15:32:28 +00:00