Home
last modified time | relevance | path

Searched refs:tail_ptr (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dmem_map.cc1093 uintptr_t tail_ptr; in MapInternalArtLow4GBAllocator() local
1097 for (tail_ptr = ptr; tail_ptr < ptr + length; tail_ptr += kPageSize) { in MapInternalArtLow4GBAllocator()
1098 if (msync(reinterpret_cast<void*>(tail_ptr), kPageSize, 0) == 0) { in MapInternalArtLow4GBAllocator()
1106 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region in MapInternalArtLow4GBAllocator()
1115 ptr = tail_ptr; in MapInternalArtLow4GBAllocator()