Home
last modified time | relevance | path

Searched refs:MEMORY_DELETED (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/debug/
Dactivity_analyzer.cc102 PersistentMemoryAllocator::MEMORY_DELETED) { in CreateWithAllocator()
Dactivity_tracker.cc1647 allocator_->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in MarkDeleted()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h115 MEMORY_DELETED = 2, enumerator
Dpersistent_memory_allocator_unittest.cc274 allocator_->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in TEST_F()
275 EXPECT_EQ(PersistentMemoryAllocator::MEMORY_DELETED, in TEST_F()
Dpersistent_histogram_allocator.cc964 memory_allocator()->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in DeletePersistentLocation()