Searched defs:MaxCacheSize (Results 1 – 3 of 3) sorted by relevance
65 size_t MaxCacheSize = member
191 static const scudo::uptr MaxCacheSize = 256UL << 10; // 256KB variable
243 alignas(SCUDO_CACHE_LINE_SIZE) atomic_uptr MaxCacheSize = {}; variable