Allocator

Type Alias Allocator 

Source
pub type Allocator = System;
Available on crate feature cli only.
Expand description

The global allocator used by the compiler.

Aliased Typeยง

pub struct Allocator;