Skip to main content

analyze_program

Function analyze_program 

Source
pub fn analyze_program(functions: &[Function]) -> Vec<EscapeReport>
Expand description

Analyze every function in functions. Returns one EscapeReport per function that contains at least one MakeRecord site (functions with no record allocations are omitted — the consumer doesn’t care about them).