mymemory: add SnapshotAlloc STL allocator
[model-checker.git] / mymemory.cc
index 08bd4e437c897967830d5dc760d0d4f27f351b50..5922a32d19f63491d556a275cb2d25be5bf510da 100644 (file)
@@ -149,9 +149,7 @@ mspace model_snapshot_space = NULL;
 
 #if USE_MPROTECT_SNAPSHOT
 
-/** @brief Global mspace reference for the user's snapshotting heap
- *  @todo use this ONLY for user's allocations, not for internal snapshotting
- *  state */
+/** @brief Global mspace reference for the user's snapshotting heap */
 mspace user_snapshot_space = NULL;
 
 /** Check whether this is bootstrapped memory that we should not free */