Lines Matching refs:Cache
503 Cache.init(ReleaseToOsInterval);
530 Cache.disable(); in disable()
534 Cache.enable(); in enable()
549 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache()
551 bool setOption(Option O, sptr Value) { return Cache.setOption(O, Value); } in setOption()
553 void releaseToOS() { Cache.releaseToOS(); } in releaseToOS()
555 void disableMemoryTagging() { Cache.disableMemoryTagging(); } in disableMemoryTagging()
557 void unmapTestOnly() { Cache.unmapTestOnly(); } in unmapTestOnly()
562 typename Config::template CacheT<typename Config::CacheConfig> Cache;
599 if (Alignment < PageSize && Cache.canCache(MinNeededSizeForCache)) { in allocate()
602 if (Cache.retrieve(Options, Size, Alignment, getHeadersSize(), &H, in allocate()
717 Cache.store(Options, H); in deallocate()
729 Cache.getStats(Str); in getStats()