Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/slab/
H A DSlab.h520 class LocalCache : public CacheType, protected BaseDepot {
525 LocalCache(const char *name, size_t objectSize, size_t alignment, in LocalCache() function
530 ~LocalCache() { Destroy(); } in ~LocalCache()
H A DSlab.cpp403 typedef LocalCache<MallocMergedCache> MallocLocalCache;
493 LocalCache<MallocHashCache> cache("foobar", 512, 0, NULL, NULL, NULL); in test4()