Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h437 return PageMap.isAllocated(); in hasBlockMarked()
441 if (PageMap.isAllocated()) in ensurePageMapAllocated()
443 PageMap.reset(NumberOfRegions, PagesCount, FullPagesBlockCountMax); in ensurePageMapAllocated()
445 return PageMap.isAllocated(); in ensurePageMapAllocated()
493 PageMap.incN(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted()
522 PageMap.incRange(RegionIndex, getPageIndex(ToInRegion), in markRangeAsAllCounted()
532 PageMap.setAsAllCountedRange(RegionIndex, getPageIndex(FromInRegion), in markRangeAsAllCounted()
577 PageMap.incN(RegionIndex, getPageIndex(TrailingBlockBase), in markFreeBlocksInRegion()
590 PageMap.inc(RegionIndex, getPageIndex(PInRegion)); in markFreeBlocksInRegion()
599 PageMap.incRange(RegionIndex, getPageIndex(PInRegion), in markFreeBlocksInRegion()
[all …]