Module alloc

Source
Expand description

Allocation utilities for efficiently allocating zeroed memory.

Structs§

HugePageMemory
An owned memory buffer that is allocated with transparent huge pages.

Constants§

HUGE_PAGE_SIZE

Functions§

allocate_zeroed_vec
Allocate a zeroed Vec.