Expand description
Memory allocation tracking functionality.
Structs§
- Comprehensive
Tracking Report - Comprehensive tracking report
- Export
Options - Export options for JSON export - user-controllable settings
- Memory
Tracker - Core memory tracking functionality.
- Tracking
Manager - Main tracking interface - consolidates all tracking functionality
Functions§
- associate_
var - Associate variable - convenience function
- build_
unified_ dashboard_ structure - Build unified dashboard JSON structure compatible with all frontend interfaces
- enter_
scope - Enter scope - convenience function
- exit_
scope - Exit scope - convenience function
- get_
global_ tracker - Get the global memory tracker instance.
- get_
tracking_ manager - Get unified tracking manager - convenience function
- track_
allocation - Track allocation - convenience function
- track_
deallocation - Track deallocation - convenience function