Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dmem_map.cc259 size_t page_aligned_byte_count, in TryMemMapLow4GB() argument
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()
375 SetDebugName(actual, name, page_aligned_byte_count); in MapAnonymous()
387 page_aligned_byte_count, in MapAnonymous()
535 page_aligned_byte_count += redzone_size; in MapFileAtAddress()
567 const uint8_t *mapping_end = actual + page_aligned_byte_count; in MapFileAtAddress()
571 page_aligned_byte_count -= redzone_size; in MapFileAtAddress()
[all …]
H A Dmem_map.h400 size_t page_aligned_byte_count,