Home
last modified time | relevance | path

Searched refs:allocator_memory_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc33 allocator_memory_.reset(new char[kAllocatorMemorySize]); in CreatePersistentHistogramAllocator()
36 memset(allocator_memory_.get(), 0, kAllocatorMemorySize); in CreatePersistentHistogramAllocator()
38 allocator_memory_.get(), kAllocatorMemorySize, 0, 0, in CreatePersistentHistogramAllocator()
49 std::unique_ptr<char[]> allocator_memory_; member in base::PersistentHistogramAllocatorTest
108 allocator_memory_.get(), kAllocatorMemorySize, 0, 0, "", false)); in TEST_F()
H A Dhistogram_unittest.cc105 std::unique_ptr<char[]> allocator_memory_; member in base::HistogramTest
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc43 allocator_memory_ = new char[kAllocatorMemorySize]; in CreatePersistentHistogramAllocator()
44 ANNOTATE_LEAKING_OBJECT_PTR(allocator_memory_); in CreatePersistentHistogramAllocator()
47 memset(allocator_memory_, 0, kAllocatorMemorySize); in CreatePersistentHistogramAllocator()
49 allocator_memory_, kAllocatorMemorySize, 0, 0, in CreatePersistentHistogramAllocator()
60 raw_ptr<char> allocator_memory_ = nullptr; member in base::PersistentHistogramAllocatorTest
116 allocator_memory_, kAllocatorMemorySize, 0, 0, "", in TEST_F()
H A Dhistogram_unittest.cc118 std::unique_ptr<char[]> allocator_memory_; member in base::HistogramTest