haiku/headers/private/kernel/vm
Ingo Weinhold 369111e741 * Removed the VMArea::Wire() version that has to allocate a VMAreaWiredRange.
Since the requirement is that the area's top cache is locked, allocating
  memory isn't allowed.
* lock_memory_etc(): Create the VMAreaWiredRange object explicitly before
  locking the area's top cache.

Fixes #5680 (deadlocks when using the slab as malloc() backend).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36033 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-05 11:08:01 +00:00
..
vm_page.h * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00:00
vm_priv.h * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00:00
vm_types.h Added commands to the page access debugging panic()s. 2010-03-18 16:19:13 +00:00
vm.h * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00:00
VMAddressSpace.h * vm_delete_areas(): Changed return type to void (was status_t and not used). 2010-04-03 18:01:29 +00:00
VMArea.h * Removed the VMArea::Wire() version that has to allocate a VMAreaWiredRange. 2010-04-05 11:08:01 +00:00
VMCache.h Added assert. 2010-02-16 16:49:52 +00:00
VMTranslationMap.h * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00:00