mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Adapts mallocx integration tests for smallocx
This commit is contained in:
parent
08260a6b94
commit
730e57b08f
3 changed files with 302 additions and 0 deletions
5
test/integration/smallocx.sh
Normal file
5
test/integration/smallocx.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_fill}" = "x1" ] ; then
|
||||
export MALLOC_CONF="junk:false"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue