Home
last modified time | relevance | path

Searched defs:RoundedRegionSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp319 const scudo::uptr RoundedRegionSize = scudo::roundUp(RegionSize, PageSize); in testPageMapMarkRange() local
431 const scudo::uptr RoundedRegionSize = scudo::roundUp(RegionSize, PageSize); in testReleasePartialRegion() local
593 const scudo::uptr RoundedRegionSize = scudo::roundUp(To, PageSize); in testReleaseRangeWithSingleBlock() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h561 const uptr RoundedRegionSize = roundUp(RegionSize, PageSize); markFreeBlocksInRegion() local