☰
In alloc::alloc
Modules
__alloc_error_handler
Structs
AllocError
Global
Layout
LayoutError
Statics
__rust_no_alloc_shim_is_unstable
Traits
Allocator
GlobalAlloc
WriteCloneIntoRaw
Functions
__rust_alloc
__rust_alloc_error_handler
__rust_alloc_zeroed
__rust_dealloc
__rust_realloc
alloc
alloc_zeroed
dealloc
exchange_malloc
handle_alloc_error
realloc
Type Definitions
LayoutErr
?
Function
alloc
::
alloc
::
exchange_malloc
source
·
[
−
]
unsafe fn exchange_malloc(size:
usize
, align:
usize
) ->
*mut
u8
Expand description
The allocator for unique pointers.