mymemory: add basic model_snapshot_space
[model-checker.git] / mymemory.h
index 85679a1787dc74f638d4a7ba023fc9ae75e8415b..b2242062dd765ee44f1ec1d945f8d235073aec52 100644 (file)
@@ -153,10 +153,11 @@ extern mspace create_mspace_with_base(void* base, size_t capacity, int locked);
 extern mspace create_mspace(size_t capacity, int locked);
 
 #if USE_MPROTECT_SNAPSHOT
-/** @brief mspace for the snapshotting heap */
-extern mspace snapshot_space;
+extern mspace user_snapshot_space;
 #endif
 
+extern mspace model_snapshot_space;
+
 #ifdef __cplusplus
 };  /* end of extern "C" */
 #endif