We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97b79f commit 10c063cCopy full SHA for 10c063c
compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
@@ -104,12 +104,6 @@ class MemoryMappingLayout : public MemoryMappingLayoutBase {
104
// Adds all mapped objects into a vector.
105
void DumpListOfModules(InternalMmapVectorNoCtor<LoadedModule> *modules);
106
107
-# if SANITIZER_APPLE
108
- // Verify that the memory mapping is well-formed. (e.g. mappings do not
109
- // overlap)
110
- bool Verify();
111
-# endif
112
-
113
protected:
114
#if SANITIZER_APPLE
115
virtual const ImageHeader *CurrentImageHeader();
0 commit comments