mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Safety checks: Add a redzoning feature.
This commit is contained in:
committed by
David Goldblatt
parent
b92c9a1a81
commit
33e1dad680
5
test/unit/safety_check.sh
Normal file
5
test/unit/safety_check.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_prof}" = "x1" ] ; then
|
||||
export MALLOC_CONF="prof:true,lg_prof_sample:0"
|
||||
fi
|
||||
Reference in New Issue
Block a user