devela_base_std 0.26.0

base std shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
// devela::sys::mem::alloc::_reexport

use crate::{_TAG_ALLOCATION, _reexport};

_reexport! { rust: std::alloc, location: "sys/mem", tag: _TAG_ALLOCATION!(),
    doc: "The default memory allocator provided by the operating system.",
    @System as SystemAlloc
}