Searched refs:fLinkCache (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) {}
443 Link *link = fLinkCache.Alloc(flags);
469 fLinkCache.Free(link);
474 TypedCache<Link, Backend> fLinkCache; member in struct:HashCacheStrategy

Completed in 51 milliseconds