Crate osom_alloc

Crate osom_alloc 

Source
Expand description

This crate defines allocator trait.

The crate is #![no_std].

Structs§

AllocationError
Represents a generic allocation error. Most likely represents out-of-memory state.

Traits§

Allocator
Represents an Allocator.