Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/slab/
H A DSlab.h384 struct HashCacheStrategy : BaseCacheStrategy<Backend>, BaseHashCacheStrategy { struct
386 typedef HashCacheStrategy<Backend> Strategy; argument
388 HashCacheStrategy(BaseCache *parent) in HashCacheStrategy() function
H A DSlab.cpp405 typedef HashCacheStrategy<MallocBackend> MallocHashCacheStrategy;
478 Cache<HashCacheStrategy<AreaBackend> > cache("512byte hash cache", 512, 0, NULL, in test3()