Expand description
Allocation utilities for efficiently allocating zeroed memory.
Structs§
- Huge
Page Memory - An owned memory buffer that is allocated with transparent huge pages.
Constants§
Functions§
- allocate_
zeroed_ vec - Allocate a zeroed
Vec
.
Allocation utilities for efficiently allocating zeroed memory.
Vec
.