mymemory, threads: add allocator specifically for Thread
authorBrian Norris <banorris@uci.edu>
Sat, 9 Mar 2013 20:51:36 +0000 (12:51 -0800)
committerBrian Norris <banorris@uci.edu>
Sat, 9 Mar 2013 20:51:36 +0000 (12:51 -0800)
commitdb2c4ca161b4cba9e453431517af86798c0e9bdb
tree309c8ffa56fdf9a123245be1d070f28bea311758
parenta575b5d5d2f0edab95e7e0ef8ca6e40b68e0bad9
mymemory, threads: add allocator specifically for Thread

clas Thread is a special exception, where user-space allocations should
happend from the model-checker context. So provide a special set of
functions to specifically differentiate these allocations.
mymemory.cc
mymemory.h
threads-model.h