Searched refs:GetMaxMappedLength (Results 1 – 3 of 3) sorted by relevance
144 EXPECT_EQ(range.size, mapper_->GetMaxMappedLength()); in TEST_F()158 EXPECT_EQ(size_mapped, mapper_->GetMaxMappedLength()); in TEST_F()285 EXPECT_EQ(kBigRegion.size, mapper_->GetMaxMappedLength()); in TEST_F()
71 uint64_t GetMaxMappedLength() const;
246 uint64_t AddressMapper::GetMaxMappedLength() const { in GetMaxMappedLength() function in quipper::AddressMapper