Skip to main content

Module box_transform

Module box_transform 

Source
Expand description

Box<T> transformations for replacing malloc/free patterns.

Transforms malloc() calls into safe Rust Box::new() expressions.

Structsยง

BoxTransformer
Transformer for converting malloc patterns to Box::new().