about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/alloc.rs
AgeCommit message (Expand)AuthorLines
2024-08-27std: move allocators to `sys`joboet-262/+0
2024-08-09Add windows-targets crate to std's sysrootChris Denton-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-24Import `core::ffi::c_void` in more placesChris Denton-4/+4
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-2/+0
2024-07-15Remove DWORDChris Denton-3/+3
2024-07-15Remove LPVOIDChris Denton-4/+4
2024-07-15Remove SIZE_TChris Denton-2/+2
2024-07-05Use windows_targets macro for allocChris Denton-66/+63
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-03-11Optimize `process_heap_alloc`John Kåre Alsaker-19/+36
2024-01-24Wrap `HeapAlloc` and never inline王宇逸-11/+13
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+247