This code is from my OS.
#[global_allocator] pub static ALLOCATOR: LockedHeap = LockedHeap::empty();
Cli