HomeSort by relevance Sort by last modified time
    Searched defs:GlobalHistogramAllocator (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 46 // GlobalHistogramAllocator objects) are explicitly forbidden from doing
509 if (GlobalHistogramAllocator::Get()) {
657 DCHECK_NE(GlobalHistogramAllocator::Get(), this);
692 GlobalHistogramAllocator::~GlobalHistogramAllocator() {}
695 void GlobalHistogramAllocator::CreateWithPersistentMemory(
702 new GlobalHistogramAllocator(MakeUnique<PersistentMemoryAllocator>(
707 void GlobalHistogramAllocator::CreateWithLocalMemory(
711 Set(WrapUnique(new GlobalHistogramAllocator(
717 bool GlobalHistogramAllocator::CreateWithFile
    [all...]
persistent_histogram_allocator.h 377 class BASE_EXPORT GlobalHistogramAllocator
380 ~GlobalHistogramAllocator() override;
441 // Sets a GlobalHistogramAllocator for globally storing histograms in
447 static void Set(std::unique_ptr<GlobalHistogramAllocator> allocator);
451 static GlobalHistogramAllocator* Get();
457 static std::unique_ptr<GlobalHistogramAllocator> ReleaseForTesting();
481 explicit GlobalHistogramAllocator(
499 DISALLOW_COPY_AND_ASSIGN(GlobalHistogramAllocator);

Completed in 55 milliseconds