Skip to content

Commit

Permalink
TESTS: Reduce allocate memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinghao Shi committed Aug 17, 2021
1 parent ca5126e commit 6649e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtos/tests/TESTS/mbed_rtos/malloc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void test_multithread_allocation(void)
#endif

/** Test for multiple heap alloc and free calls */
#define ALLOC_ARRAY_SIZE 100
#define ALLOC_ARRAY_SIZE 50
#define ALLOC_LOOP 20
#define SIZE_INCREMENTS 1023
#define SIZE_MODULO 31
Expand Down

0 comments on commit 6649e95

Please sign in to comment.