Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dactivity_analyzer.cc94 GlobalActivityAnalyzer::CreateWithAllocator( in CreateWithAllocator() function in base::debug::GlobalActivityAnalyzer
132 return CreateWithAllocator(std::make_unique<FilePersistentMemoryAllocator>( in CreateWithFile()
145 return CreateWithAllocator(std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemory()
Dactivity_analyzer.h141 static std::unique_ptr<GlobalActivityAnalyzer> CreateWithAllocator(
Dactivity_tracker.cc1256 void GlobalActivityTracker::CreateWithAllocator( in CreateWithAllocator() function in base::debug::GlobalActivityTracker
1287 CreateWithAllocator(std::make_unique<FilePersistentMemoryAllocator>( in CreateWithFile()
1300 CreateWithAllocator( in CreateWithLocalMemory()
1316 CreateWithAllocator(std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemory()
Dactivity_analyzer_unittest.cc80 GlobalActivityTracker::CreateWithAllocator(std::move(new_allocator), 3, in AsOtherProcess()
Dactivity_tracker.h889 static void CreateWithAllocator(