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