1 use crate::allocator::Allocator;
2 
3 #[global_allocator]
4 static ALLOCATOR: Allocator = Allocator;
5