Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h117 static const uptr MaxUnusedCachePages = 4U; variable
147 const uptr MaxUnusedCacheBytes = MaxUnusedCachePages * PageSize; in mapSecondary()
326 AllocPos > CommitBase + PageSize * MaxUnusedCachePages) { in retrieve()