Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h309 void SetMemoryState(uint8_t memory_state);
Dpersistent_histogram_allocator.cc964 memory_allocator()->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in DeletePersistentLocation()
Dpersistent_memory_allocator.cc501 void PersistentMemoryAllocator::SetMemoryState(uint8_t memory_state) { in SetMemoryState() function in base::PersistentMemoryAllocator
Dpersistent_memory_allocator_unittest.cc274 allocator_->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in TEST_F()
/external/libchrome/base/debug/
Dactivity_tracker.cc1647 allocator_->SetMemoryState(PersistentMemoryAllocator::MEMORY_DELETED); in MarkDeleted()