bugfix - add stl-model.h wrappers, to provide more control over STL
authorBrian Norris <banorris@uci.edu>
Thu, 7 Mar 2013 22:56:51 +0000 (14:56 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 7 Mar 2013 22:58:45 +0000 (14:58 -0800)
commit5ea8e3d5d861ed363e5ac5f3b20b8181dd197efb
tree6e12d73cc2f6dc6730719e61cea5ed3375ae57e7
parentb2f34d7f1d030f414786ea0b1a5709dcac604c7b
bugfix - add stl-model.h wrappers, to provide more control over STL

We need to provide an operator new/delete for our std::vector and
std::list instantiations. So we extend the base classes and add the
appropriate new/delete methods.
12 files changed:
cyclegraph.cc
cyclegraph.h
datarace.cc
datarace.h
model.cc
model.h
nodestack.h
promise.h
snapshot-interface.cc
stl-model.h [new file with mode: 0644]
threads-model.h
workqueue.h