Module bounded_memory_stats

Module bounded_memory_stats 

Source
Expand description

Bounded memory statistics to prevent infinite growth

This module provides memory statistics structures that use bounded containers to prevent memory leaks during long-running applications.

Structsยง

AllocationHistoryManager
Allocation history manager for separate storage of detailed history
AllocationSummary
Lightweight allocation summary for bounded storage
BoundedMemoryStats
Bounded memory statistics that prevent infinite growth
BoundedStatsConfig
Configuration for bounded memory statistics
HistoricalSummary
Historical summary for long-term trends
MemoryUsageStats
Memory usage statistics for the stats instance itself