Searched refs:round_start (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table.cc122 uint8_t* round_start = AlignUp(start_card, kPageSize); local
124 if (round_start < round_end) {
125 madvise(round_start, round_end - round_start, MADV_DONTNEED);
128 memset(start_card, 0, std::min(round_start, end_card) - start_card);

Completed in 3 milliseconds