Searched refs:shalloc2 (Results 1 – 1 of 1) sorted by relevance
555 SharedPersistentMemoryAllocator shalloc2(std::move(shmem2), 0, "", true); in TEST() local556 EXPECT_TRUE(shalloc2.IsReadonly()); in TEST()557 EXPECT_EQ(TEST_ID, shalloc2.Id()); in TEST()558 EXPECT_FALSE(shalloc2.IsFull()); in TEST()559 EXPECT_FALSE(shalloc2.IsCorrupt()); in TEST()561 PersistentMemoryAllocator::Iterator iter2(&shalloc2); in TEST()567 EXPECT_EQ(123U, shalloc2.GetType(r123)); in TEST()568 EXPECT_EQ(654U, shalloc2.GetType(r456)); in TEST()569 EXPECT_EQ(789U, shalloc2.GetType(r789)); in TEST()572 shalloc2.GetMemoryInfo(&meminfo2); in TEST()