glibc/tests/Regression/bz1746933-glibc-Backport-malloc-tcache-enhancements/trigger.sh

17 lines
426 B
Bash
Raw Normal View History

2023-04-03 23:55:48 +00:00
#!/bin/bash
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=11111"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=65"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=0"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=65535"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=65536"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=-20"
./t
export "GLIBC_TUNABLES=glibc.malloc.tcache_count=5555555"
./t