pub fn collect_all_events() -> Vec<AllocationEvent>
Expand description
Collect events from all thread buffers
Called by aggregator to gather events for processing. This is a simplified version - production implementation would maintain a registry of all thread buffers.