mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
The rustc crate feature is called jemalloc
This commit is contained in:
parent
324d2e51ee
commit
7e1c4afb1d
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// See the comment at the top of this file for an explanation of this.
|
// See the comment at the top of this file for an explanation of this.
|
||||||
#[cfg(feature = "jemalloc-sys")]
|
#[cfg(feature = "jemalloc")]
|
||||||
{
|
{
|
||||||
use std::os::raw::{c_int, c_void};
|
use std::os::raw::{c_int, c_void};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user