Skip to main content
box_new_uninit
alloc
1.97.0-nightly
(a5c825cd8 2026-04-14)
In alloc::
boxed
alloc
::
boxed
Function
box_
new_
uninit
Copy item path
Source
fn box_new_uninit(layout:
Layout
) ->
*mut
u8
Expand description
Monomorphic function for allocating an uninit
Box
.