Searched refs:PageState (Results 1 – 3 of 3) sorted by relevance
101 using PageState = char; in IsMapped() typedef102 static constexpr PageState kIncoreMask = MINCORE_INCORE; in IsMapped()104 using PageState = unsigned char; in IsMapped() typedef105 static constexpr PageState kIncoreMask = 1; in IsMapped()108 std::unique_ptr<PageState[]> page_states(new PageState[num_pages]); in IsMapped()109 memset(page_states.get(), 0, num_pages * sizeof(PageState)); in IsMapped()
8 // It's used in PageState serialization, so backwards incompatible changes9 // would cause stored PageState objects to be un-parseable.16 // It's used in PageState serialization, so backwards incompatible changes17 // would cause stored PageState objects to be un-parseable. Please contact the
13 // It's used in PageState serialization, so backwards incompatible changes14 // would cause stored PageState objects to be un-parseable. Please contact the