This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
jemallocator
Watch
3
Star
0
Fork
You've already forked jemallocator
0
mirror of
https://github.com/girlbossceo/jemallocator.git
synced
2024-12-04 20:03:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
jemallocator
/
jemalloc-sys
/
tests
/
malloc_conf_empty.rs
7 lines
113 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Expose malloc_conf
2018-10-24 12:34:48 +00:00
#[
test
]
fn
malloc_conf_empty
(
)
{
unsafe
{
*: update project meta (#2) As we are going to publish the crate to crates.io, we need a different name and version. Since native library is upgraded, all versions are bumpped to 0.4.0. To make it clear which version of jemalloc is used, I attach a build tag 5.2.1. And the project are upgraded to 2018 version. Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
2020-07-21 11:33:59 +00:00
assert!
(
tikv_jemalloc_sys
::
malloc_conf
.
is_none
(
)
)
;
Expose malloc_conf
2018-10-24 12:34:48 +00:00
}
}
Reference in a new issue
Copy permalink