Module global_functions

Module global_functions 

Source
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