Searched refs:SmallObjectCache (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/slab/
H A DSmallObjectCache.cpp9 #include "SmallObjectCache.h"
28 /*static*/ SmallObjectCache*
29 SmallObjectCache::Create(const char* name, size_t object_size,
35 void* buffer = slab_internal_alloc(sizeof(SmallObjectCache), flags);
39 SmallObjectCache* cache = new(buffer) SmallObjectCache();
60 SmallObjectCache::Delete()
62 this->~SmallObjectCache();
68 SmallObjectCache::CreateSlab(uint32 flags)
94 SmallObjectCache
[all...]
H A DSmallObjectCache.h14 struct SmallObjectCache : ObjectCache { struct in inherits:ObjectCache
15 static SmallObjectCache* Create(const char* name, size_t object_size,
H A DSlab.cpp35 #include "SmallObjectCache.h"
1142 cache = SmallObjectCache::Create(name, objectSize, alignment, maximum,

Completed in 21 milliseconds