Searched refs:kAllocatorMemorySize (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 22 const int32_t kAllocatorMemorySize = 64 << 10; // 64 KiB member in base::PersistentHistogramAllocatorTest 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() 108 allocator_memory_.get(), kAllocatorMemorySize, 0, 0, "", false)); in TEST_F() 224 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_F()
|
D | sparse_histogram_unittest.cc | 30 const int32_t kAllocatorMemorySize = 8 << 20; // 8 MiB member in base::SparseHistogramTest 63 kAllocatorMemorySize, 0, "SparseHistogramAllocatorTest"); in CreatePersistentMemoryAllocator()
|
D | statistics_recorder_unittest.cc | 63 const int32_t kAllocatorMemorySize = 64 << 10; // 64 KiB member in base::StatisticsRecorderTest 72 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, in StatisticsRecorderTest() 673 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_P()
|
D | histogram_unittest.cc | 56 const int32_t kAllocatorMemorySize = 8 << 20; // 8 MiB member in base::HistogramTest 89 kAllocatorMemorySize, 0, "HistogramAllocatorTest"); in CreatePersistentHistogramAllocator()
|