Searched defs:tail_ptr (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmem_map.cc379 uintptr_t tail_ptr; local
383 for (tail_ptr = ptr; tail_ptr < ptr + page_aligned_byte_count; tail_ptr += kPageSize) {
384 if (msync(reinterpret_cast<void*>(tail_ptr), kPageSize, 0) == 0) {
392 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region
402 ptr = tail_ptr;

Completed in 5 milliseconds