Searched refs:fSlabCache (Results 1 - 1 of 1) sorted by path

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

Completed in 35 milliseconds