Home
last modified time | relevance | path

Searched refs:WritableSharedPersistentMemoryAllocator (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.h803 class BASE_EXPORT WritableSharedPersistentMemoryAllocator
806 WritableSharedPersistentMemoryAllocator(
811 WritableSharedPersistentMemoryAllocator(
812 const WritableSharedPersistentMemoryAllocator&) = delete;
813 WritableSharedPersistentMemoryAllocator& operator=(
814 const WritableSharedPersistentMemoryAllocator&) = delete;
816 ~WritableSharedPersistentMemoryAllocator() override;
H A Dpersistent_memory_allocator.cc1108 WritableSharedPersistentMemoryAllocator::
1109 WritableSharedPersistentMemoryAllocator( in WritableSharedPersistentMemoryAllocator() function in base::WritableSharedPersistentMemoryAllocator
1121 WritableSharedPersistentMemoryAllocator::
1122 ~WritableSharedPersistentMemoryAllocator() = default;
1125 bool WritableSharedPersistentMemoryAllocator::IsSharedMemoryAcceptable( in IsSharedMemoryAcceptable()
H A Dhistogram_shared_memory.cc112 std::make_unique<WritableSharedPersistentMemoryAllocator>( in Create()
H A Dpersistent_histogram_allocator.cc943 !WritableSharedPersistentMemoryAllocator::IsSharedMemoryAcceptable( in CreateWithSharedMemoryRegion()
951 std::make_unique<WritableSharedPersistentMemoryAllocator>( in CreateWithSharedMemoryRegion()
H A Dpersistent_memory_allocator_unittest.cc699 WritableSharedPersistentMemoryAllocator local(std::move(mapping), TEST_ID, in TEST()
746 WritableSharedPersistentMemoryAllocator shalloc3(std::move(rw_mapping), 0, in TEST()
H A Dfield_trial.cc1131 std::make_unique<WritableSharedPersistentMemoryAllocator>( in InstantiateFieldTrialAllocatorIfNeeded()
H A Dfield_trial_unittest.cc1112 WritableSharedPersistentMemoryAllocator allocator(std::move(shm.mapping), 1, in TEST_F()
/aosp_15_r20/external/cronet/base/
H A Dfeature_list_unittest.cc649 WritableSharedPersistentMemoryAllocator allocator(std::move(shm.mapping), 1, in TEST_F()
684 WritableSharedPersistentMemoryAllocator allocator(std::move(shm.mapping), 1, in TEST_F()