Skip to content

Commit 47630e5

Browse files
authored
Merge pull request #15008 from jamesbeyond/malloc_fix
TESTS: Reduce allocate memory size
2 parents 4e0e21f + 6649e95 commit 47630e5

File tree

1 file changed

+1
-1
lines changed
  • rtos/tests/TESTS/mbed_rtos/malloc

1 file changed

+1
-1
lines changed

rtos/tests/TESTS/mbed_rtos/malloc/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void test_multithread_allocation(void)
106106
#endif
107107

108108
/** Test for multiple heap alloc and free calls */
109-
#define ALLOC_ARRAY_SIZE 100
109+
#define ALLOC_ARRAY_SIZE 50
110110
#define ALLOC_LOOP 20
111111
#define SIZE_INCREMENTS 1023
112112
#define SIZE_MODULO 31

0 commit comments

Comments
 (0)