Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
dca03c94f64a44543a9b94793c234c7fc54a359b
/
.
/
test
/
no_std
/
alloc.rs
blob: 3cead000a3bec91fb3ce5f80b97aa1d8fdad9349 [
file
] [
log
] [
blame
]
#![
no_std
]
use
libc_alloc
::
LibcAlloc
;
#[
global_allocator
]
static
ALLOCATOR
:
LibcAlloc
=
LibcAlloc
;