Searched refs:map_base (Results 1 – 1 of 1) sorted by relevance
624 uint8_t* map_base = reinterpret_cast<uint8_t*>(reservation.BaseBegin()); in TEST_F() local635 ASSERT_EQ(map_base, map0.Begin()); in TEST_F()644 ASSERT_EQ(map_base + kPageSize, map1.Begin()); in TEST_F()653 ASSERT_EQ(map_base + 2 * kPageSize, map2.Begin()); in TEST_F()