mmtk-core icon indicating copy to clipboard operation
mmtk-core copied to clipboard

Add tracking functionality for memory management in allocators

Open playX18 opened this issue 11 months ago • 1 comments

Added track.rs which provides simple utility functions to track memory allocated by MMTk using crabgrind crate. When crabgrind feature is not enabled all functions are no-ops.

playX18 avatar Feb 14 '25 05:02 playX18

Thanks for the PR. I will look into this this week.

qinsoon avatar Feb 24 '25 05:02 qinsoon