Lines Matching defs:RegionSize
100 RegionSize);
118 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize);
290 const uptr From = I * RegionSize;
291 const uptr To = From + (RegionSize / BlockSize) * BlockSize;
382 static const uptr RegionSize = 1UL << Config::getRegionSizeLog();
423 uptr MapSize = 2 * RegionSize;
430 if (isAligned(Region, RegionSize)) {
433 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize;
435 MapSize = RegionSize;
437 Region = roundUp(MapBase, RegionSize);
439 MapSize = RegionSize;
445 DCHECK_EQ(Region % RegionSize, 0U);
783 // for that region (up to RegionSize). Otherwise, create a new region, where
794 C->getStats().add(StatMapped, RegionSize);
809 static_cast<u32>((RegionSize - Offset) / Size));
854 DCHECK_LE(Sci->CurrentRegionAllocated + AllocatedUser, RegionSize);
858 if (RegionSize - (Sci->CurrentRegionAllocated + AllocatedUser) < Size) {
898 const uptr Base = First * RegionSize;
922 AllocatedPagesCount += RegionSize / PageSize;
972 const uptr Base = First * RegionSize;
1080 /*ReleaseSize=*/RegionSize);
1126 const uptr RegionIndex = (GroupBase - Base) / RegionSize;