mmtk-core
mmtk-core copied to clipboard
Add tracking functionality for memory management in allocators
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.
Thanks for the PR. I will look into this this week.