haiku/headers/private/kernel/util
Ingo Weinhold 5c99d63970 Merged branch haiku/branches/developer/bonefish/vm into trunk. This
introduces the following relevant changes:
* VMCache:
  - Renamed vm_cache to VMCache, merged it with vm_store and made it a
    C++ class with virtual methods (replacing the store operations).
    Turned the different store implementations into subclasses.
  - Introduced MergeStore() callback, changed semantics of Commit().
  - Changed locking and referencing semantics. A reference can only be
    acquired/released with the cache locked. An unreferenced cache is
    deleted and a mergeable cache merged when it is unlocked. This
    removes the "busy" state of a cache and simplifies the page fault
    code.
* Added VMAnonymousCache, which will implement swap support (work by
  Zhao Shuai). It is not integrated and used yet, though.
* Enabled the mutex/recursive lock holder asserts.
* Fixed DoublyLinkedList::Swap().
* Generalized the low memory handler to a low resource handler. And made
  semaphores and reserved memory handled resources. Made
  vm_try_resource_memory() optionally wait (with timeout), and used that
  feature to reserve memory for areas.
...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-22 20:36:32 +00:00
..
atomic.h Added atomic_pointer_get(). 2008-05-06 03:30:25 +00:00
AutoLock.h * Added ReadLocker/WriteLocker classes to auto lock an rw_lock. 2008-07-07 18:12:33 +00:00
AVLTreeMap.h fixed gcc4 build 2007-08-11 19:53:20 +00:00
Constructor.h
DoublyLinkedList.h Merged branch haiku/branches/developer/bonefish/vm into trunk. This 2008-07-22 20:36:32 +00:00
DoublyLinkedQueue.h fixed the build; I also changed MoveFrom(), untested 2007-02-28 19:35:57 +00:00
kernel_cpp.h
KernelUtilsOrder.h
khash.h * Added a new function hash_insert_grow() that grows the hash table when needed. 2008-01-21 19:57:40 +00:00
KMessage.h * Moved KMessage field printing from vfs_boot.cpp::get_boot_partitions() into 2008-07-10 10:06:17 +00:00
kqueue.h
list.h * The C "struct list" and the C++ DoublyLinkedList implementations had mixed 2007-10-23 10:37:41 +00:00
MallocFreeAllocator.h Revised the AVLTreeMap code: 2007-08-11 14:57:25 +00:00
MultiHashTable.h * Replaced the useless InitCheck() method in {Open,Multi}HashTable (it 2008-06-24 22:23:57 +00:00
OpenHashTable.h * Added comment about a missing Remove() variant. 2008-07-10 12:19:22 +00:00
queue.h
ring_buffer.h
SinglyLinkedList.h
SplayTree.h Added templatized SplayTree class derived from a Java implementation by 2008-06-28 23:22:43 +00:00
Stack.h Followed Ingo's suggestion, and made StackDeleter an AutoDeleter specialization. 2008-05-09 13:08:59 +00:00
syscall_args.h * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
Vector.h
VectorMap.h
VectorSet.h