Home
last modified time | relevance | path

Searched refs:allocator_iterator_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/debug/
Dactivity_analyzer.cc86 allocator_iterator_(allocator_.get()) { in GlobalActivityAnalyzer()
316 while ((ref = allocator_iterator_.GetNext(&type)) != 0) { in PrepareAllAnalyzers()
Dactivity_analyzer.h236 PersistentMemoryAllocator::Iterator allocator_iterator_; variable