add more classes to snapshotting region
[model-checker.git] / schedule.h
index c99748c730a4812a303eecf2d30cfc0876a17bd5..f4965369b2a62be67a124ae29a44b4172c28f0eb 100644 (file)
@@ -16,9 +16,9 @@ public:
        Thread * get_current_thread(void);
        void print();
 
-       MEMALLOC
+       SNAPSHOTALLOC
 private:
-       std::list<Thread *, MyAlloc< Thread * > > readyList;
+       std::list<Thread *> readyList;
        Thread *current;
 };