ruby: RubyMemoryControl delete requests
Review Request #3116 - Created Sept. 16, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Joel Hestness | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11093:b3044de6ce9c --------------------------- ruby: RubyMemoryControl delete requests Changes to the RubyMemoryControl removed the dequeue function, which deleted MemoryNode instances. This results in leaked MemoryNode instances. Correctly delete these instances.
Compiled gem5.debug with --without-tcmalloc. Ran large tests with Valgrind.
