Searched refs:allocator_memory_ (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 33 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()
|
D | histogram_unittest.cc | 105 std::unique_ptr<char[]> allocator_memory_; member in base::HistogramTest
|