Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.cc259 size_t page_aligned_byte_count, in TryMemMapLow4GB() argument
264 void* actual = TargetMMap(ptr, page_aligned_byte_count, prot, flags, fd, offset); in TryMemMapLow4GB()
268 if (reinterpret_cast<uintptr_t>(actual) + page_aligned_byte_count >= 4 * GB) { in TryMemMapLow4GB()
269 TargetMUnmap(actual, page_aligned_byte_count); in TryMemMapLow4GB()
320 size_t page_aligned_byte_count = RoundUp(byte_count, kPageSize); in MapAnonymous() local
345 page_aligned_byte_count, in MapAnonymous()
362 page_aligned_byte_count, in MapAnonymous()
370 if (!CheckMapRequest(addr, actual, page_aligned_byte_count, error_msg)) { in MapAnonymous()
375 SetDebugName(actual, name, page_aligned_byte_count); in MapAnonymous()
387 page_aligned_byte_count, in MapAnonymous()
[all …]
Dmem_map.h396 size_t page_aligned_byte_count,