Searched refs:IsCorrupt (Results 1 – 12 of 12) sorted by relevance
158 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()302 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F()310 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()383 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()464 } while (!allocator_->IsCorrupt() && !allocator_->IsFull()); in TEST_F()488 EXPECT_FALSE(allocator_->IsCorrupt()); in TEST_F()497 EXPECT_TRUE(allocator_->IsCorrupt()); in TEST_F()516 EXPECT_FALSE(allocator.IsCorrupt()); in TEST()542 EXPECT_FALSE(local.IsCorrupt()); in TEST()559 EXPECT_FALSE(shalloc2.IsCorrupt()); in TEST()[all …]
495 if (IsCorrupt()) in AllocateImpl()576 meminfo->free = IsCorrupt() ? 0 : remaining - sizeof(BlockHeader); in GetMemoryInfo()581 if (IsCorrupt()) in MakeIterable()653 bool PersistentMemoryAllocator::IsCorrupt() const { in IsCorrupt() function in base::PersistentMemoryAllocator
168 << ", corrupt=" << allocator->IsCorrupt(); in CreatePersistentRecord()
279 bool IsCorrupt() const;
298 if (memory_allocator_->IsCorrupt()) { in AllocateHistogram()380 if (memory_allocator_->IsCorrupt()) { in AllocateHistogram()
43 ASSERT_FALSE(allocator_->IsCorrupt()); in TearDown()
51 ASSERT_FALSE(allocator_->IsCorrupt()); in TearDown()
248 assert(basic_module->IsCorrupt()); in LoadModuleUsingMemoryBuffer()252 if (basic_module->IsCorrupt()) { in LoadModuleUsingMemoryBuffer()
132 virtual bool IsCorrupt() const = 0;
89 virtual bool IsCorrupt() const { return is_corrupt_; } in IsCorrupt() function
128 virtual bool IsCorrupt() const { return is_corrupt_; } in IsCorrupt() function
77 ASSERT_TRUE(fast_module->IsCorrupt() == basic_module->IsCorrupt()); in Compare()