mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
7d102383f9
- Vec::with_capacity / Box::new -> alloc + malloc
- Box::new_zeroed -> calloc
- Vec::{reserve,reserve_exact,try_reserve_exact,shrink_to_fit,shrink_to} -> realloc