xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/no_std/alloc.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
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