rust/library/alloc/src/raw_vec
James Wainwright aadfd810f6 Swap usize -> ptr transmute for strict_pov API
Removes some unsafety and reduces the number of `usize` -> `ptr`
transmutes which might be helpful for CHERI-like targets in the future.
2025-03-26 21:41:11 +00:00
..
mod.rs Swap usize -> ptr transmute for strict_pov API 2025-03-26 21:41:11 +00:00
tests.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00