mymemory: add placeholder "snapshot_{calloc,malloc,free}" functions
[model-checker.git] / snapshot-interface.cc
2012-09-07 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-09-06 Brian NorrisMerge branch 'norris'
2012-09-06 Brian Norrissnapshot-interface: debug prints: lengthen the "regionn...
2012-08-02 Brian NorrisMerge branch 'brian'
2012-08-02 Brian Demskybug fix
2012-08-02 Brian Norristrivial - whitespace, debugging cleanup, etc.
2012-08-02 Brian DemskyAdd RMW support to core.
2012-07-12 Brian Norrisreformat some doxygen comments, remove newlines
2012-07-12 Brian NorrisMerge branch 'master' into brian
2012-07-11 Brian Norrisremove EOL spaces, fix indentation
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-14 Brian Norrissnapshot-interface: don't export SnapshotGlobalSegments()
2012-06-06 Brian Demskymore documentation
2012-06-04 Brian DemskyChanges needed to run on OS X... Example runs on my...
2012-06-04 Brian Demskyhack some stuff towards running on mac... unrelated...
2012-05-30 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-05-30 Brian Norrissnapshot-interface: replace Subramanian's /proc/*/maps...
2012-05-29 Brian Norrissnapshot-interface: don't redefine PAGESIZE
2012-05-29 Brian Norrissnapshot-interface: bugfix - fixup array indeces
2012-05-26 Brian Norrisrename snapshotStack -> SnapshotStack
2012-05-26 Brian Norrissnapshot-interface: cleanup interface header
2012-05-24 Brian Demskyfix one segfault bug...something is still strange,...
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Norrissnapshot: remove references to libmymemory.so
2012-05-21 Brian Norrissnapshot: move local defines after #includes
2012-05-21 Brian Demskyremove lines from other files
2012-05-21 Brian Demskyswitch back to norris style spacing in changed files
2012-05-19 Brian Demskymy changes
2012-05-19 Brian Demskylet us set the size of the heap in a sane way
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-15 Brian Demskyfix this stuff...
2012-05-15 Subramanian GanapathyDefining the interfaces to add various regions to snapshot
2012-05-10 Subramanian GanapathyAdding support to return global segments of the process...