haiku/src/system/kernel/slab
Axel Dörfler b062823d81 * register_low_memory_handler() was called too early by several kernel
components - now, we divide the initialization of that service into two parts
  which allows this (before, most handlers were gone after boot).
* Added debugger command that dumps the low memory handlers.
* The slab allocator now registers its low memory handler with a higher
  priority, so that it'll run before the potentially heavier ones.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22374 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-29 15:46:40 +00:00
..
allocator.cpp slab/cache: a couple more fixes. 2007-04-30 01:08:05 +00:00
Jamfile pushed the slab init a bit deeper. added a object cache based allocator, including a bootstrap mechanism to have it init during bootup. 2007-04-29 02:23:37 +00:00
slab_private.h minimal cleanups 2007-04-29 13:11:30 +00:00
Slab.cpp * register_low_memory_handler() was called too early by several kernel 2007-09-29 15:46:40 +00:00