Home
last modified time | relevance | path

Searched refs:GetMemoryState (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/debug/
Dactivity_analyzer.cc96 if (allocator->GetMemoryState() == in CreateWithAllocator()
101 if (allocator->GetMemoryState() == in CreateWithAllocator()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h310 uint8_t GetMemoryState() const;
Dpersistent_memory_allocator_unittest.cc117 allocator_->GetMemoryState()); in TEST_F()
276 allocator_->GetMemoryState()); in TEST_F()
Dpersistent_memory_allocator.cc506 uint8_t PersistentMemoryAllocator::GetMemoryState() const { in GetMemoryState() function in base::PersistentMemoryAllocator