haiku/src/system
Ingo Weinhold 5726fbda3c MemoryManager:
* Does now keep one or two empty areas around, so that even in case of
  CACHE_DONT_LOCK_KERNEL_SPACE memory can be provided as long as pages are
  available. The object cache maintainer thread is used to asynchronously
  allocate/delete the free areas.
* Added new debugger commands "slab_meta_chunk[s]" and improved the existing
  ones.
* Moved Area::chunks to MetaChunk.
* Removed unused _AllocationArea() "chunkSize" parameter.
* Fixed serious bug in _FreeChunk(): Empty meta chunks were not removed from
  the partial chunk lists and could thus be used twice.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35264 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-23 14:46:04 +00:00
..
boot Applied patch by "Grey": 2010-01-13 15:02:55 +00:00
glue Should have been part of r30818. The version "glue". 2009-05-21 15:05:45 +00:00
kernel MemoryManager: 2010-01-23 14:46:04 +00:00
ldscripts Patch by Andreas Faerber: 2010-01-02 10:21:09 +00:00
libroot axeld+stippi: 2010-01-19 15:40:24 +00:00
runtime_loader Pre-load shared objects as libraries, so their symbols will be used 2009-12-28 00:05:10 +00:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00