Searched refs:page_aligned_byte_count (Results 1 – 2 of 2) sorted by relevance
259 size_t page_aligned_byte_count, in TryMemMapLow4GB() argument269 TargetMUnmap(actual, page_aligned_byte_count); in TryMemMapLow4GB()320 size_t page_aligned_byte_count = RoundUp(byte_count, kPageSize); in MapAnonymous() local345 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 …]
400 size_t page_aligned_byte_count,