Attribute Macro global_allocator

Source
#[global_allocator]
🔬This is a nightly-only experimental API. (prelude_future)
Expand description

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

See also std::alloc::GlobalAlloc.