#!/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