Searched refs:shalloc2 (Results 1 – 1 of 1) sorted by relevance
647 SharedPersistentMemoryAllocator shalloc2(std::move(shmem2), 0, "", true); in TEST() local648 EXPECT_TRUE(shalloc2.IsReadonly()); in TEST()649 EXPECT_EQ(TEST_ID, shalloc2.Id()); in TEST()650 EXPECT_FALSE(shalloc2.IsFull()); in TEST()651 EXPECT_FALSE(shalloc2.IsCorrupt()); in TEST()653 PersistentMemoryAllocator::Iterator iter2(&shalloc2); in TEST()659 EXPECT_EQ(123U, shalloc2.GetType(r123)); in TEST()660 EXPECT_EQ(654U, shalloc2.GetType(r456)); in TEST()661 EXPECT_EQ(789U, shalloc2.GetType(r789)); in TEST()664 shalloc2.GetMemoryInfo(&meminfo2); in TEST()