We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07501e3 commit 5b32b22Copy full SHA for 5b32b22
1 file changed
tests/thread_tests.c
@@ -8,8 +8,7 @@ uint32_t allocation_sizes[] = {ZONE_16, ZONE_32, ZONE_64, ZONE_128,
8
ZONE_256, ZONE_512, ZONE_1024,
9
ZONE_2048, ZONE_4096, ZONE_8192};
10
11
-uint32_t array_sizes[] = {16, 32, 64, 128, 256, 512, 1024,
12
- 2048, 4096, 8192, 16384, 32768};
+uint32_t array_sizes[] = {16, 32, 256, 512, 1024, 2048, 8192, 16384};
13
14
/* This test can be repurposed for benchmarking
15
* against other allocators using LD_PRELOAD */
0 commit comments