Files
gem5/src/mem/ruby/system
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
..
2012-08-27 01:00:55 -05:00
2010-03-22 18:43:53 -07:00
2013-02-10 21:43:17 -06:00