pub fn compute_memory_timeline(plan: &ExecutionPlan) -> Vec<MemoryTimelineEntry>Expand description
Compute a memory timeline from an execution plan.
Produces one MemoryTimelineEntry per step, tracking cumulative
allocations. In this simplified model no memory is freed between steps.