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().
Box<T> transformations for replacing malloc/free patterns.
Transforms malloc() calls into safe Rust Box::new() expressions.
Box::new().