Module memory_tracker

Module memory_tracker 

Source
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§

MemoryTracker
Core memory tracking functionality.

Enums§

BinaryExportMode
Binary export mode enumeration for selecting export strategy

Functions§

configure_tracking_strategy
Configure tracking strategy for the application.
get_global_trackerDeprecated
Get the global memory tracker instance (legacy compatibility).
get_tracker
Get the appropriate memory tracker based on current strategy.