diff options
Diffstat (limited to 'nptl/tst-tls3-malloc.c')
-rw-r--r-- | nptl/tst-tls3-malloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/tst-tls3-malloc.c b/nptl/tst-tls3-malloc.c index 5eab3cdbb4..8a580fa789 100644 --- a/nptl/tst-tls3-malloc.c +++ b/nptl/tst-tls3-malloc.c @@ -19,6 +19,11 @@ /* Reuse the test. */ #include "tst-tls3.c" +/* Increase the thread stack size to 10 MiB, so that some thread + stacks are actually freed. (The stack cache size is currently + hard-wired to 40 MiB in allocatestack.c.) */ +static long stack_size_in_mb = 10; + #include <sys/mman.h> /* Interpose a minimal malloc implementation. This implementation |