Home
last modified time | relevance | path

Searched refs:fSlabCache (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/system/kernel/slab/
H A DSlab.h390 fSlabCache("slab cache", 0), fLinkCache("link cache", 0) {} in HashCacheStrategy()
401 Slab *slab = fSlabCache.Alloc(flags); in NewSlab()
408 fSlabCache.Free(slab); in NewSlab()
414 fSlabCache.Free(slab); in NewSlab()
428 fSlabCache.Free((Slab *)slab); in ReturnSlab()
473 TypedCache<Slab, Backend> fSlabCache; member