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