Searched hist:10471 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dstatistics.hh10471:0433264984ce Thu Oct 16 05:49:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> base: Use shared_ptr for stat Node

This patch transitions the stat Node and its derived classes from
the ad-hoc RefCountingPtr to the c++11 shared_ptr. There are no
changes in behaviour, and the code modifications are mainly replacing
"new" with "make_shared".

Completed in 21 milliseconds