about summary refs log tree commit diff
path: root/library/std/src/sys/windows/alloc
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-9/+0
2021-03-26Rework `std::sys::windows::alloc`Christiaan Dirkx-0/+9
Add documentation to the system functions and `SAFETY` comments. Refactored helper functions, fixing the correctness of `get_header`.