Expand description
Global convenience functions for memory tracking.
This module provides global convenience functions that wrap the TrackingManager functionality for easier use throughout the application.
Functionsยง
- associate_
var - Associate variable - convenience function
- enter_
scope - Enter scope - convenience function
- exit_
scope - Exit scope - convenience function
- get_
tracking_ manager - Get unified tracking manager - convenience function
- track_
allocation - Track allocation - convenience function
- track_
deallocation - Track deallocation - convenience function