reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/MemoryTest.cpp
  257   EXPECT_NE((void*)nullptr, M1.base());
  258   EXPECT_LE(2U * sizeof(int), M1.allocatedSize());
  264   EXPECT_FALSE(Memory::protectMappedMemory(M1, getTestableEquivalent(Flags)));
  268   EXPECT_FALSE(doesOverlap(M1, M2));
  270   EXPECT_FALSE(doesOverlap(M1, M3));
  272   int *x = (int*)M1.base();
  285   EXPECT_FALSE(Memory::releaseMappedMemory(M1));