Searched refs:low_page (Results 1 – 1 of 1) sorted by relevance
101 const uint32_t low_page = from / kPageSize; in DumpAddressRange() local102 const uint32_t high_page = (size > 0) ? (from + size - 1) / kPageSize : low_page; in DumpAddressRange()103 const uint32_t size_delta = high_page - low_page; in DumpAddressRange()104 fprintf(out_file_, "%d %d %d 0 %d\n", low_page, class_index, size_delta, GetColor(from)); in DumpAddressRange()