x/sys/windows: add HeapAlloc and related functions #44845
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
OS-Windows
Milestone
x/sys/windows has LocalAlloc and VirtualAlloc, but not HeapAlloc. HeapAlloc is generally recommended over using LocalAlloc and should be used when you're allocating memory that's not page sized.
Would necessitate HeapCreate and HeapFree.
The text was updated successfully, but these errors were encountered: