Sign in
◑
Theme
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
rust
/
zerocopy
/
benches
/
new_box_zeroed.rs
blob: aa9a66cce3530dd3f55fb796541aa9f551c20ef2 [
file
] [
edit
]
use
zerocopy
::*;
#[
path
=
"formats/coco_static_size.rs"
]
mod
format
;
#[
unsafe
(
no_mangle
)]
fn
bench_new_box_zeroed
()
->
Option
<
Box
<
format
::
LocoPacket
>>
{
FromZeros
::
new_box_zeroed
().
ok
()
}