Searched defs:MakeIterable (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h128 // MakeIterable() was called on them. Once an allocation is made iterable,
147 // objects (those that never had MakeIterable() called for them) will cause
465 void MakeIterable(Reference ref);
594 void MakeIterable(const T* obj) { function
595 MakeIterable(GetAsReference<T>(obj));
H A Dpersistent_memory_allocator.cc724 // will call MakeIterable() which does the release operation.
740 void PersistentMemoryAllocator::MakeIterable(Reference ref) { function in class:__anon10894::base::PersistentMemoryAllocator

Completed in 103 milliseconds