Module allocation_tracking

Module allocation_tracking 

Source
Expand description

Memory allocation tracking implementation with bounded memory stats.

This module contains the core allocation and deallocation tracking logic for the MemoryTracker, using BoundedMemoryStats to prevent infinite growth.