rust/library/alloc/src/raw_vec
Benoît du Garreau e52fe65d9a Move more code to RawVec::finish_grow
This move a branch and more code into the cold method `finish_grow`,
which means that less code is inlined at each `try_reserve` site.
Additionally, this reduces the amount of parameters, so they can all be
passed by registers.
2025-09-28 15:19:19 +02:00
..
mod.rs Move more code to RawVec::finish_grow 2025-09-28 15:19:19 +02:00
tests.rs RawVecInner: add missing unsafe to unsafe fns 2025-09-05 10:21:21 +02:00