Expand description
Core memory tracking functionality.
This module contains the main MemoryTracker struct and its basic methods for creating, configuring, and managing the memory tracking system.
Structs§
- Memory
Tracker - Core memory tracking functionality.
Enums§
- Binary
Export Mode - Binary export mode enumeration for selecting export strategy
Functions§
- configure_
tracking_ strategy - Configure tracking strategy for the application.
- get_
global_ tracker Deprecated - Get the global memory tracker instance (legacy compatibility).
- get_
tracker - Get the appropriate memory tracker based on current strategy.