datarace: bugfix - don't implicitly allocate global SnapVector
authorBrian Norris <banorris@uci.edu>
Wed, 17 Apr 2013 20:17:46 +0000 (13:17 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 17 Apr 2013 20:26:07 +0000 (13:26 -0700)
We do not want to pollute the user's snapshotting region with the
unrealizedraces SnapVector. Allocate it in initRaceDetector(), so that
it is placed on the model-checker's snapshotting heap.


No differences found