jemallocator/jemalloc-sys/tests/malloc_conf_empty.rs

7 lines
113 B
Rust

#[test]
fn malloc_conf_empty() {
unsafe {
assert!(tikv_jemalloc_sys::malloc_conf.is_none());
}
}