X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mymemory.h;h=0788e69f39c7beceef47a9944fb4ebee059346c7;hb=99928ab8d61239d499f5bf45ae9a2b41595350f8;hp=85679a1787dc74f638d4a7ba023fc9ae75e8415b;hpb=249a155b1ad7a7d1b53c0810cd7c85d6f99af47e;p=model-checker.git diff --git a/mymemory.h b/mymemory.h index 85679a1..0788e69 100644 --- a/mymemory.h +++ b/mymemory.h @@ -153,8 +153,7 @@ 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 #ifdef __cplusplus