Expand description
Lock-free event buffering for async memory tracking
Provides high-performance, lock-free ring buffers for collecting allocation events from async tasks with quality monitoring and overflow handling.
Structs§
- Allocation
Event - Memory allocation or deallocation event
- Buffer
Stats - Get buffer statistics for monitoring
- Event
Buffer - Lock-free ring buffer for allocation events
Functions§
- collect_
all_ events - Collect events from all thread buffers
- get_
buffer_ stats - Get current thread buffer statistics
- record_
allocation_ event - Record allocation event in current thread’s buffer
- with_
thread_ buffer - Get reference to current thread’s event buffer