devela::_dep::_std::prelude::rust_2024

Attribute Macro global_allocator

1.85.0 ยท Source
#[global_allocator]
Available on crate feature std only.
Expand description

Attribute macro applied to a static to register it as a global allocator.

See also std::alloc::GlobalAlloc.