Searched refs:MaxEntrySize (Results 1 – 1 of 1) sorted by relevance
187 atomic_load_relaxed(&MaxEntrySize), Interval >= 0 ? Interval : -1); in getStats()382 Size <= atomic_load_relaxed(&MaxEntrySize); in canCache()402 atomic_store_relaxed(&MaxEntrySize, static_cast<uptr>(Value)); in setOption()485 atomic_uptr MaxEntrySize = {}; variable