Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h571 const uptr MinNeededSizeForCache = roundUp(Size + getHeadersSize(), PageSize); in allocate() local
573 if (Alignment < PageSize && Cache.canCache(MinNeededSizeForCache)) { in allocate()