Crate osom_alloc_std

Crate osom_alloc_std 

Source
Expand description

This crate provides StdAllocator struct with the standard Allocator implementation.

This crate is #![no_std], however it does use

extern crate alloc;

external dependency.

Structsยง

StdAllocator
The default implementation of Allocator trait, that calls standard alloc crate under the hood.