Searched refs:fSlabCache (Results 1 – 1 of 1) sorted by relevance
390 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