Searched refs:meminfo2 (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 176 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F() local 177 allocator_->GetMemoryInfo(&meminfo2); in TEST_F() 178 EXPECT_EQ(meminfo1.total, meminfo2.total); in TEST_F() 179 EXPECT_GT(meminfo1.free, meminfo2.free); in TEST_F() 663 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST() local 664 shalloc2.GetMemoryInfo(&meminfo2); in TEST() 665 EXPECT_EQ(meminfo1.total, meminfo2.total); in TEST() 666 EXPECT_EQ(meminfo1.free, meminfo2.free); in TEST() 771 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST() local 772 file.GetMemoryInfo(&meminfo2); in TEST() [all …]
|
D | persistent_histogram_allocator_unittest.cc | 73 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F() local 74 allocator_->GetMemoryInfo(&meminfo2); in TEST_F() 75 EXPECT_GT(meminfo1.free, meminfo2.free); in TEST_F() 83 EXPECT_GT(meminfo2.free, meminfo3.free); in TEST_F()
|
/external/cronet/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 180 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F() local 181 allocator_->GetMemoryInfo(&meminfo2); in TEST_F() 182 EXPECT_EQ(meminfo1.total, meminfo2.total); in TEST_F() 183 EXPECT_GT(meminfo1.free, meminfo2.free); in TEST_F() 672 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST() local 673 shalloc2.GetMemoryInfo(&meminfo2); in TEST() 674 EXPECT_EQ(meminfo1.total, meminfo2.total); in TEST() 675 EXPECT_EQ(meminfo1.free, meminfo2.free); in TEST() 776 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST() local 777 file.GetMemoryInfo(&meminfo2); in TEST() [all …]
|
D | persistent_histogram_allocator_unittest.cc | 79 PersistentMemoryAllocator::MemoryInfo meminfo2; in TEST_F() local 80 allocator_->GetMemoryInfo(&meminfo2); in TEST_F() 81 EXPECT_GT(meminfo1.free, meminfo2.free); in TEST_F() 89 EXPECT_GT(meminfo2.free, meminfo3.free); in TEST_F()
|