Searched refs:CreateSlab (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/kernel/slab/
H A DSmallObjectCache.h25 virtual slab* CreateSlab(uint32 flags);
H A DHashedObjectCache.h35 virtual slab* CreateSlab(uint32 flags);
H A DSmallObjectCache.cpp65 SmallObjectCache::CreateSlab(uint32 flags) function in class:SmallObjectCache
H A DHashedObjectCache.cpp106 HashedObjectCache::CreateSlab(uint32 flags) function in class:HashedObjectCache
H A DObjectCache.h99 virtual slab* CreateSlab(uint32 flags) = 0;
H A DSlab.cpp943 slab* newSlab = cache->CreateSlab(flags);

Completed in 95 milliseconds