os-rust/compiler/rustc_arena/src
Nicholas Nethercote 55a1a5223a Reduce grow_and_alloc_raw to a single call site.
The current structure is clumsy, calling `alloc_raw_without_grow` in one
function, and then if that fails, calling another function that calls
`alloc_raw_without_grow` again.
2023-09-28 17:58:54 +10:00
..
lib.rs Reduce grow_and_alloc_raw to a single call site. 2023-09-28 17:58:54 +10:00
tests.rs rustc_arena: remove a couple of ref patterns 2022-11-22 18:49:29 +00:00