gem5/src/mem/ruby/recorder
Joel Hestness 3b02210713 Ruby System, Cache Recorder: Use delete [] for trace vars
The cache trace variables are array allocated uint8_t* in the RubySystem and
the Ruby CacheRecorder, but the code used delete to free the memory, resulting
in Valgrind memory errors. Change these deletes to delete [] to get rid of the
errors.
2013-04-07 20:31:15 -05:00
..
CacheRecorder.cc Ruby System, Cache Recorder: Use delete [] for trace vars 2013-04-07 20:31:15 -05:00
CacheRecorder.hh Ruby: Add infrastructure for recording cache contents 2012-01-11 13:29:15 -06:00
SConscript Ruby: Add infrastructure for recording cache contents 2012-01-11 13:29:15 -06:00