X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=clockvector.h;h=739a336e1adc6c81178686c10da60d411cd903b8;hb=a330e8dbc94f534876cc35b1d9d1b1c06d83a437;hp=f2716dbd90497c9f260b1730bee9d25bc9c622fd;hpb=53748c53db55c1230d4b191caf0e4016a2b9c0a6;p=c11tester.git diff --git a/clockvector.h b/clockvector.h index f2716dbd..739a336e 100644 --- a/clockvector.h +++ b/clockvector.h @@ -23,7 +23,7 @@ public: void print() const; modelclock_t getClock(thread_id_t thread); - MEMALLOC + SNAPSHOTALLOC private: /** @brief Holds the actual clock data, as an array. */ modelclock_t *clock;