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.cc56 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F() local
57 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
66 EXPECT_GT(meminfo0.free, meminfo1.free); in TEST_F()
Dpersistent_memory_allocator_unittest.cc103 PersistentMemoryAllocator::MemoryInfo meminfo0; in TEST_F() local
104 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
105 EXPECT_EQ(TEST_MEMORY_SIZE, meminfo0.total); in TEST_F()
106 EXPECT_GT(meminfo0.total, meminfo0.free); in TEST_F()
119 EXPECT_EQ(meminfo0.total, meminfo1.total); in TEST_F()
120 EXPECT_GT(meminfo0.free, meminfo1.free); in TEST_F()