Skip to content

Provides MSVC's _alloca for the most bare metal of bare metal projects.

License

Notifications You must be signed in to change notification settings

danbugs/msvc-alloca

Repository files navigation

msvc-alloca

This crate provides a safe-ish wrapper around the MSVC _alloca function.

This is similar to alloca-rs, but the main difference is that we compile our alloca wrapper with /GS-, which disables stack protection and enables it to link with a /SUBSYSTEM:NATIVE//KERNEL//DRIVER binary.

For example usage, check out example/.

About

Provides MSVC's _alloca for the most bare metal of bare metal projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published