Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp84 size_t PagesPerSlot = maximumAllocationSize() / PageSize; in isGuardPage() local
85 return (PageOffsetFromPoolStart % (PagesPerSlot + 1)) == 0; in isGuardPage()