Module alloc
hashbrown
0.15.5
Module alloc
Module Items
Modules
Structs
Traits
In hashbrown::
raw
hashbrown
::
raw
Module
alloc
Copy item path
Source
Modules
ยง
inner
๐
Structs
ยง
Global
๐
The global memory allocator.
Traits
ยง
Allocator
๐
An implementation of
Allocator
can allocate, grow, shrink, and deallocate arbitrary blocks of data described via
Layout
.