Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()