----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3116/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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. Diffs ----- src/mem/ruby/structures/RubyMemoryControl.cc 62e1504b9c64 Diff: http://reviews.gem5.org/r/3116/diff/ Testing ------- Compiled gem5.debug with --without-tcmalloc. Ran large tests with Valgrind. Thanks, Joel Hestness _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
