about summary refs log tree commit diff
path: root/library/std/src/sys/alloc/windows
AgeCommit message (Collapse)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+2
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.
2024-08-27std: move allocators to `sys`joboet-0/+9