Searched refs:SharedPersistentMemoryAllocator (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 716 class BASE_EXPORT SharedPersistentMemoryAllocator 719 SharedPersistentMemoryAllocator(std::unique_ptr<SharedMemory> memory, 723 ~SharedPersistentMemoryAllocator() override; 736 DISALLOW_COPY_AND_ASSIGN(SharedPersistentMemoryAllocator);
|
D | persistent_memory_allocator.cc | 1019 SharedPersistentMemoryAllocator::SharedPersistentMemoryAllocator( in SharedPersistentMemoryAllocator() function in base::SharedPersistentMemoryAllocator 1033 SharedPersistentMemoryAllocator::~SharedPersistentMemoryAllocator() = default; 1036 bool SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable( in IsSharedMemoryAcceptable()
|
D | field_trial.h | 94 typedef SharedPersistentMemoryAllocator::Reference FieldTrialRef; 395 typedef SharedPersistentMemoryAllocator FieldTrialAllocator;
|
D | persistent_memory_allocator_unittest.cc | 623 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()
|
D | persistent_histogram_allocator.cc | 878 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemoryHandle() 883 std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemoryHandle()
|
D | field_trial_unittest.cc | 1403 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST()
|
/external/libchrome/base/ |
D | feature_list_unittest.cc | 491 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST_F() 526 SharedPersistentMemoryAllocator allocator(std::move(shm), 1, "", false); in TEST_F()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 1313 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemory() 1316 CreateWithAllocator(std::make_unique<SharedPersistentMemoryAllocator>( in CreateWithSharedMemory()
|