Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
11eb3fcdd9db5bbc63aae4ddb0a44018f41b4cf2
/
.
/
crates
/
tikv-jemalloc-sys
/
tests
/
malloc_conf_empty.rs
blob: 6bfa4ac0e60dbbf85de32d7e35f440775b3d8711 [
file
] [
log
] [
blame
]
#[
test
]
fn
malloc_conf_empty
()
{
unsafe
{
assert
!(
tikv_jemalloc_sys
::
malloc_conf
.
is_none
());
}
}