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

/gem5/src/python/m5/
H A Devent.pydiff 5738:6ea35903c420 Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> python: Fix the reference counting for python events placed on the eventq.
We need to add a reference when an object is put on the C++ queue, and remove
a reference when the object is removed from the queue. This was not happening
before and caused a memory problem.
/gem5/src/sim/
H A Deventq.hhdiff 5738:6ea35903c420 Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> python: Fix the reference counting for python events placed on the eventq.
We need to add a reference when an object is put on the C++ queue, and remove
a reference when the object is removed from the queue. This was not happening
before and caused a memory problem.

Completed in 23 milliseconds