mymemory: add basic model_snapshot_space
[model-checker.git] / mymemory.cc
index f296048406abd251c0e19447aed4090ecb5a63a1..387d6de02365803b8dd33675539918b8d825ebbc 100644 (file)
@@ -132,6 +132,9 @@ void * HandleEarlyAllocationRequest(size_t sz)
        return pointer;
 }
 
+/** @brief Global mspace reference for the model-checker's snapshotting heap */
+mspace model_snapshot_space = NULL;
+
 #if USE_MPROTECT_SNAPSHOT
 
 /** @brief Global mspace reference for the user's snapshotting heap