Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
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
598 const scudo::uptr RoundedRegionSize = scudo::roundUp(To, PageSize); in testReleaseRangeWithSingleBlock() local
/external/scudo/standalone/
Drelease.h546 const uptr RoundedRegionSize = roundUp(RegionSize, PageSize); in markFreeBlocksInRegion() local