Expand description
Lockfree Memory Tracking API
Provides simple, high-level interfaces for lockfree memory tracking. Designed for minimal friction and maximum usability.
Structs§
- Memory
Snapshot - Memory snapshot for real-time monitoring
Functions§
- is_
tracking - Check if lockfree tracking is currently active
- memory_
snapshot - Get current memory usage snapshot
- quick_
trace - Quick trace function for debugging and profiling
- stop_
tracing - Stop all memory tracking and generate comprehensive reports
- trace_
all - Start tracking all threads with automatic initialization
- trace_
thread - Start tracking current thread only