pub const unsafe fn const_allocate(_size: usize, _align: usize) -> *mut u8
core_intrinsics)
Allocates a block of memory at compile time. At runtime, just returns a null pointer.
align argument must be a power of two.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/fn.const_allocate.html