Skip to content

x/sys/windows: add HeapAlloc and related functions #44845

@ericlagergren

Description

@ericlagergren

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.OS-Windowscompiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    Status

    Triage Backlog

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions