Home
last modified time | relevance | path

Searched refs:LocalPersistentMemoryAllocator (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h693 class BASE_EXPORT LocalPersistentMemoryAllocator
696 LocalPersistentMemoryAllocator(size_t size, uint64_t id,
698 ~LocalPersistentMemoryAllocator() override;
709 DISALLOW_COPY_AND_ASSIGN(LocalPersistentMemoryAllocator);
Dpersistent_memory_allocator.cc949 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()
Dpersistent_memory_allocator_unittest.cc604 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()
Dsample_vector_unittest.cc373 LocalPersistentMemoryAllocator allocator(64 << 10, 0, ""); in TEST_F()
466 LocalPersistentMemoryAllocator allocator(64 << 10, 0, ""); in TEST_F()
Dpersistent_sample_map_unittest.cc20 std::make_unique<LocalPersistentMemoryAllocator>(bytes, 0, "")); in CreateHistogramAllocator()
Dpersistent_histogram_allocator.cc674 std::make_unique<LocalPersistentMemoryAllocator>(size, id, name)))); in CreateWithLocalMemory()
/external/libchrome/base/debug/
Dactivity_tracker.cc1301 std::make_unique<LocalPersistentMemoryAllocator>(size, id, name), in CreateWithLocalMemory()