Home | History | Annotate | Download | only in metrics

Lines Matching refs:allocator

43 // The current globally-active persistent allocator for all new histograms.
98 PersistentMemoryAllocator* allocator)
99 : allocator_(allocator), record_iterator_(allocator) {}
245 PersistentHistogramAllocator* allocator)
246 : allocator_(allocator), memory_iter_(allocator->memory_allocator()) {}
294 // If the allocator is corrupt, don't waste time trying anything else.
296 // failed due to a corrupt allocator and the number of process instances
349 // array would have failed for being too large; the allocator supports
371 // By storing the reference within the allocator to this histogram, the
401 // two to be created. The allocator does not support releasing the
629 // This should never be called on the global histogram allocator as objects
640 // allocator that holds it eventually goes away. Instead, create a new
755 std::unique_ptr<GlobalHistogramAllocator> allocator) {
756 // Releasing or changing an allocator is extremely dangerous because it
760 g_allocator = allocator.release();
798 // the (temporary) memory allocator via SetGlobalAllocator() so that