Searched refs:LocalPersistentMemoryAllocator (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 693 class BASE_EXPORT LocalPersistentMemoryAllocator 696 LocalPersistentMemoryAllocator(size_t size, uint64_t id, 698 ~LocalPersistentMemoryAllocator() override; 709 DISALLOW_COPY_AND_ASSIGN(LocalPersistentMemoryAllocator);
|
D | persistent_memory_allocator.cc | 949 LocalPersistentMemoryAllocator::LocalPersistentMemoryAllocator( in LocalPersistentMemoryAllocator() function in base::LocalPersistentMemoryAllocator 956 LocalPersistentMemoryAllocator::~LocalPersistentMemoryAllocator() { in ~LocalPersistentMemoryAllocator() 962 LocalPersistentMemoryAllocator::AllocateLocalMemory(size_t size) { in AllocateLocalMemory() 996 void LocalPersistentMemoryAllocator::DeallocateLocalMemory(void* memory, in DeallocateLocalMemory()
|
D | persistent_memory_allocator_unittest.cc | 604 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, 42, ""); in TEST() 732 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() 793 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() 842 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() 944 LocalPersistentMemoryAllocator allocator(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST_F()
|
D | sample_vector_unittest.cc | 373 LocalPersistentMemoryAllocator allocator(64 << 10, 0, ""); in TEST_F() 466 LocalPersistentMemoryAllocator allocator(64 << 10, 0, ""); in TEST_F()
|
D | persistent_sample_map_unittest.cc | 20 std::make_unique<LocalPersistentMemoryAllocator>(bytes, 0, "")); in CreateHistogramAllocator()
|
D | persistent_histogram_allocator.cc | 674 std::make_unique<LocalPersistentMemoryAllocator>(size, id, name)))); in CreateWithLocalMemory()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 1301 std::make_unique<LocalPersistentMemoryAllocator>(size, id, name), in CreateWithLocalMemory()
|