Searched refs:shalloc3 (Results 1 – 1 of 1) sorted by relevance
619 SharedPersistentMemoryAllocator shalloc3(std::move(shmem3), 0, "", false); in TEST() local620 EXPECT_FALSE(shalloc3.IsReadonly()); in TEST()621 EXPECT_EQ(TEST_ID, shalloc3.Id()); in TEST()622 EXPECT_FALSE(shalloc3.IsFull()); in TEST()623 EXPECT_FALSE(shalloc3.IsCorrupt()); in TEST()625 PersistentMemoryAllocator::Iterator iter3(&shalloc3); in TEST()630 EXPECT_EQ(123U, shalloc3.GetType(r123)); in TEST()631 EXPECT_EQ(654U, shalloc3.GetType(r456)); in TEST()632 EXPECT_EQ(789U, shalloc3.GetType(r789)); in TEST()635 shalloc3.GetMemoryInfo(&meminfo3); in TEST()[all …]