Searched refs:TypedCache (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp464 TypedCache<int, MallocBackend> cache("int cache", 0);
H A DSlab.h274 class TypedCache : public Cache<MergedLinkCacheStrategy<Backend> > { class in inherits:Cache
279 TypedCache(const char *name, size_t alignment) function in class:TypedCache
282 virtual ~TypedCache() {}
290 ((TypedCache *)cookie)->ConstructObject((Type *)object);
295 ((TypedCache *)cookie)->DestructObject((Type *)object);
473 TypedCache<Slab, Backend> fSlabCache;
474 TypedCache<Link, Backend> fLinkCache;

Completed in 46 milliseconds