Skip to content

Commit 5b32b22

Browse files
committed
thread tests doesnt need this big of array sizes on the stack
1 parent 07501e3 commit 5b32b22

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/thread_tests.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ uint32_t allocation_sizes[] = {ZONE_16, ZONE_32, ZONE_64, ZONE_128,
88
ZONE_256, ZONE_512, ZONE_1024,
99
ZONE_2048, ZONE_4096, ZONE_8192};
1010

11-
uint32_t array_sizes[] = {16, 32, 64, 128, 256, 512, 1024,
12-
2048, 4096, 8192, 16384, 32768};
11+
uint32_t array_sizes[] = {16, 32, 256, 512, 1024, 2048, 8192, 16384};
1312

1413
/* This test can be repurposed for benchmarking
1514
* against other allocators using LD_PRELOAD */

0 commit comments

Comments
 (0)