Docs.rs
alloca-0.4.0
alloca 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
playXE
Dependencies
cc ^1.0
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloca
0.4.0
alloca
Function
alloca
Copy item path
Source
pub fn alloca<T, R>(f: impl
FnOnce
(&mut
MaybeUninit
<T>) -> R) -> R
Expand description
Allocates
T
on stack space.