Home | History | Annotate | Download | only in base

Lines Matching refs:RegionSize

642         committed_private += mbi.RegionSize;
644 committed_mapped += mbi.RegionSize;
646 committed_image += mbi.RegionSize;
651 void* new_base = (static_cast<BYTE*>(mbi.BaseAddress)) + mbi.RegionSize;
804 accumulated += info.RegionSize;
805 UINT_PTR end = scan + info.RegionSize;
806 if (info.RegionSize > largest.RegionSize)
809 scan += info.RegionSize;
811 free->largest = largest.RegionSize / kMegabyte;