Module api

Module api 

Source
Expand description

Lockfree Memory Tracking API

Provides simple, high-level interfaces for lockfree memory tracking. Designed for minimal friction and maximum usability.

Structs§

MemorySnapshot
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