Searched refs:shalloc3 (Results 1 – 1 of 1) sorted by relevance
581 SharedPersistentMemoryAllocator shalloc3(std::move(shmem3), 0, "", false); in TEST() local582 EXPECT_FALSE(shalloc3.IsReadonly()); in TEST()583 EXPECT_EQ(TEST_ID, shalloc3.Id()); in TEST()584 EXPECT_FALSE(shalloc3.IsFull()); in TEST()585 EXPECT_FALSE(shalloc3.IsCorrupt()); in TEST()587 PersistentMemoryAllocator::Iterator iter3(&shalloc3); in TEST()592 EXPECT_EQ(123U, shalloc3.GetType(r123)); in TEST()593 EXPECT_EQ(654U, shalloc3.GetType(r456)); in TEST()594 EXPECT_EQ(789U, shalloc3.GetType(r789)); in TEST()597 shalloc3.GetMemoryInfo(&meminfo3); in TEST()[all …]