Review Board 2.0.15


ruby: RubyPort delete snoop requests

Review Request #3115 - Created Sept. 16, 2015 and submitted

Information
Joel Hestness
gem5
default
Reviewers
Default
Changeset 11144:f3dcf1be17c4
---------------------------
ruby: RubyPort delete snoop requests

In RubyPort::ruby_eviction_callback, prior changes fixed a memory leak caused
by instantiating separate packets for each port that the eviction was forwarded
to. That change, however, left the instantiated request to also leak. Allocate
it on the stack to avoid the leak.

Compiled gem5.debug with --without-tcmalloc. Ran large tests with Valgrind.

Issue Summary

3 0 2 1
Description From Last Updated Status
Review request changed
Updated (Sept. 29, 2015, 7:43 a.m.)

Status: Closed (submitted)