X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mymemory.cc;h=5922a32d19f63491d556a275cb2d25be5bf510da;hb=4ee37711afd0de98bc757ed4853a81d66a6a1533;hp=08bd4e437c897967830d5dc760d0d4f27f351b50;hpb=2462c395788348d3c036154d9f8500096804fe29;p=model-checker.git diff --git a/mymemory.cc b/mymemory.cc index 08bd4e4..5922a32 100644 --- a/mymemory.cc +++ b/mymemory.cc @@ -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 */