Skip to content

Commit 6649e95

Browse files
author
Qinghao Shi
committed
TESTS: Reduce allocate memory size
1 parent ca5126e commit 6649e95

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)