]> git.proxmox.com Git - rustc.git/blob - src/jemalloc/test/unit/lg_chunk.sh
New upstream version 1.22.1+dfsg1
[rustc.git] / src / jemalloc / test / unit / lg_chunk.sh
1 #!/bin/sh
2
3 # Make sure that opt.lg_chunk clamping is sufficient. In practice, this test
4 # program will fail a debug assertion during initialization and abort (rather
5 # than the test soft-failing) if clamping is insufficient.
6 export MALLOC_CONF="lg_chunk:0"