reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
594 EXPECT_EQ(0x0706050403020100u, Info.BaseAddress); 595 EXPECT_EQ(0x0504030201000908u, Info.AllocationBase); 596 EXPECT_EQ(MemoryProtection::Execute, Info.AllocationProtect); 597 EXPECT_EQ(0x09080706u, Info.Reserved0); 598 EXPECT_EQ(0x0706050403020100u, Info.RegionSize); 599 EXPECT_EQ(MemoryState::Commit, Info.State); 600 EXPECT_EQ(MemoryProtection::ExecuteRead, Info.Protect); 601 EXPECT_EQ(MemoryType::Private, Info.Type); 602 EXPECT_EQ(0x01000908u, Info.Reserved1);