Skip to main content
box_new_uninit
alloc
1.96.0-nightly
(38c0de8dc 2026-02-28)
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
.