Skip to main content

Crate kalloc

Crate kalloc 

Source

Structs§

AllocError
Error type for allocation failures.
Box
A custom Box type appropriate for fallible allocation.
DefaultAllocator
Default allocator that uses the global allocator (userspace) or kernel allocator.

Traits§

Allocator
Trait for allocators used by Box and other collections.

Functions§

alloc
Fallible allocation matching standard alloc interface.
alloc_zeroed
Fallible zeroed allocation matching standard alloc interface.
dealloc
Fallible deallocation matching standard alloc interface.
realloc
Fallible reallocation matching standard alloc interface.