Files
gem5/src/base
Andreas Sandberg 9b2426ecfc base: Rewrite the CircleBuf to fix bugs and add serialization
The CircleBuf class has at least one bug causing it to overwrite the
wrong elements when wrapping. The current code has a lot of unused
functionality and duplicated code. This changeset replaces the old
implementation with a new version that supports serialization and
arbitrary types in the buffer (not just char).
2015-08-07 09:59:19 +01:00
..
2006-05-31 19:26:56 -04:00
2011-04-15 10:44:06 -07:00
2013-09-04 13:22:54 -04:00
2014-10-16 05:49:46 -04:00
2006-05-31 19:26:56 -04:00
2006-05-31 19:26:56 -04:00
2015-06-21 20:52:13 +01:00
2011-04-13 09:32:19 -07:00
2012-04-22 05:20:44 -07:00
2015-08-07 09:59:13 +01:00