Home
last modified time | relevance | path

Searched refs:SharedPersistentMemoryAllocator (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h716 class BASE_EXPORT SharedPersistentMemoryAllocator
719 SharedPersistentMemoryAllocator(std::unique_ptr<SharedMemory> memory,
723 ~SharedPersistentMemoryAllocator() override;
736 DISALLOW_COPY_AND_ASSIGN(SharedPersistentMemoryAllocator);
Dpersistent_memory_allocator.cc1019 SharedPersistentMemoryAllocator::SharedPersistentMemoryAllocator( in SharedPersistentMemoryAllocator() function in base::SharedPersistentMemoryAllocator
1033 SharedPersistentMemoryAllocator::~SharedPersistentMemoryAllocator() = default;
1036 bool SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable( in IsSharedMemoryAcceptable()
Dfield_trial.h94 typedef SharedPersistentMemoryAllocator::Reference FieldTrialRef;
395 typedef SharedPersistentMemoryAllocator FieldTrialAllocator;
Dpersistent_memory_allocator_unittest.cc623 SharedPersistentMemoryAllocator local(std::move(shmem1), TEST_ID, "", in TEST()
647 SharedPersistentMemoryAllocator shalloc2(std::move(shmem2), 0, "", true); in TEST()
673 SharedPersistentMemoryAllocator shalloc3(std::move(shmem3), 0, "", false); in TEST()
Dpersistent_histogram_allocator.cc878 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemoryHandle()
883 std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemoryHandle()
Dfield_trial_unittest.cc1403 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST()
/external/libchrome/base/debug/
Dactivity_analyzer.cc142 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemory()
145 return CreateWithAllocator(std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemory()
Dactivity_tracker.cc1313 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemory()
1316 CreateWithAllocator(std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemory()
/external/libchrome/base/
Dfeature_list_unittest.cc491 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST_F()
526 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST_F()