#[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
.
#[global_allocator]
std
only.Attribute macro applied to a static to register it as a global allocator.
See also std::alloc::GlobalAlloc
.