Searched defs:PageSize (Results 1 – 2 of 2) sorted by relevance
37 struct PageSize { struct38 PageSize() in PageSize() argument41 constexpr ALWAYS_INLINE operator size_t() const { in size_t()49 void AllowAccess() { in AllowAccess()53 void DisallowAccess() { in DisallowAccess()57 void SetAccessAllowed(bool is_allowed) { in SetAccessAllowed()91 extern PageSize gPageSize ALWAYS_HIDDEN; argument
140 TEST_F(MemMapTest, PageSize) { in TEST_F() argument