Static alloc_cortex_m::HEAP
[−]
[src]
pub static HEAP: Mutex<Heap>=Mutex::new(Heap::empty())
A global UNINITIALIZED heap allocator
You must initialize this heap using the
init method before using the allocator.