Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h187 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