added locking to slab's Cache<>. Now we react to system's low memory conditions freeing up empty slabs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20836 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-04-26 07:31:19 +00:00
parent b8c0d6618e
commit dd89ad0e7e
4 changed files with 103 additions and 25 deletions
@@ -9,7 +9,6 @@
#ifndef _SLAB_MERGED_STRATEGY_H_
#define _SLAB_MERGED_STRATEGY_H_
#include <slab/Base.h>
#include <slab/Strategy.h>