[go: up one dir, main page]

jemalloc-sys 0.3.2

Rust FFI bindings to jemalloc
Documentation
1
2
3
4
5
#!/bin/sh

if [ "x${enable_fill}" = "x1" ] ; then
  export MALLOC_CONF="abort:false,zero:false,junk:true"
fi