Function jemalloc_ctl::opt::abort [] [src]

pub fn abort() -> Result<bool>

Determines if jemalloc will call abort(3) on most warnings.

This is disabled by default unless --enable-debug was specified during build configuration.

Examples

println!("abort on warning: {}", jemalloc_ctl::opt::abort().unwrap());