Home
last modified time | relevance | path

Searched refs:meminfo0 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc57 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F() local
58 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
67 EXPECT_GT(meminfo0.free, meminfo1.free); in TEST_F()
Dpersistent_memory_allocator_unittest.cc120 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F() local
121 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
122 EXPECT_EQ(TEST_MEMORY_SIZE, meminfo0.total); in TEST_F()
123 EXPECT_GT(meminfo0.total, meminfo0.free); in TEST_F()
138 EXPECT_EQ(meminfo0.total, meminfo1.total); in TEST_F()
139 EXPECT_GT(meminfo0.free, meminfo1.free); in TEST_F()