Searched defs:page_aligned_byte_count (Results 1 – 1 of 1) sorted by relevance
244 static inline void* TryMemMapLow4GB(void* ptr, size_t page_aligned_byte_count, int prot, int flags, in TryMemMapLow4GB()267 size_t page_aligned_byte_count = RoundUp(byte_count, kPageSize); in MapAnonymous() local446 const size_t page_aligned_byte_count = RoundUp(byte_count, kPageSize); in MapDummy() local478 size_t page_aligned_byte_count = RoundUp(byte_count + page_offset, kPageSize); in MapFileAtAddress() local