Struct lrs::alloc::Bda

The brain-dead allocator

Syntax

struct Bda

Trait implementations

NameDescription
Allocator

Allocators.

Remarks

This allocator has no state and always uses mmap(2) to allocate in multiples of the page size.

See also