1*d4726bddSHONG Yifan #![no_std] 2*d4726bddSHONG Yifan 3*d4726bddSHONG Yifan use libc_alloc::LibcAlloc; 4*d4726bddSHONG Yifan 5*d4726bddSHONG Yifan #[global_allocator] 6*d4726bddSHONG Yifan static ALLOCATOR: LibcAlloc = LibcAlloc; 7