rust/library/std/src/sys/alloc
Thalia Archibald 988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
..
windows library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
hermit.rs std: move allocators to sys 2024-08-27 11:58:19 +02:00
mod.rs std: move allocators to sys 2024-08-27 11:58:19 +02:00
sgx.rs std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
solid.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
uefi.rs std: move allocators to sys 2024-08-27 11:58:19 +02:00
unix.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
wasm.rs Update a bunch of comments from before wasi support was added 2025-01-24 09:25:34 +00:00
windows.rs Revert using HEAP static in Windows alloc 2024-10-18 11:11:38 +00:00
xous.rs std: Apply unsafe_attr_outside_unsafe 2025-02-13 13:10:27 -08:00
zkvm.rs std: move allocators to sys 2024-08-27 11:58:19 +02:00