Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Win32 heap functions with -Dgc_none #15173

Merged

Conversation

HertzDevil
Copy link
Contributor

These functions can (re)allocate and zero memory in a single call, including HeapReAlloc when the new memory size is larger than the original.

@HertzDevil HertzDevil added topic:stdlib kind:refactor platform:windows Windows support based on the MSVC toolchain / Win32 API labels Nov 7, 2024
@straight-shoota straight-shoota added this to the 1.15.0 milestone Nov 7, 2024
@straight-shoota straight-shoota merged commit 0620da4 into crystal-lang:master Nov 10, 2024
69 checks passed
@HertzDevil HertzDevil deleted the refactor/gc-none-win32 branch November 10, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:refactor platform:windows Windows support based on the MSVC toolchain / Win32 API topic:stdlib
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants