Settings
Help

global_allocator

std::prelude::v1

Attribute Macro global_allocator 

1.38.0 · Source
#[global_allocator]
Expand description

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

See also std::alloc::GlobalAlloc.