Crate kalloc[][src]

Expand description

Re-exports

pub use cached::Allocator;

Modules

buddy

Buddy system allocator

cached

Cached multi buddy system

consts

Type aliases for many constants.

guard

Smart pointer guard.

list

A doubly-linked list with owned nodes ported from [alloc::collections::List].

vecque

A double-ended queue implemented with two vector.

wrapper

OOM wrapper functions.