TESTS: Reduce allocate memory size

pull/15008/head
Qinghao Shi 2021-08-17 09:59:00 +01:00
parent ca5126e2e4
commit 6649e95106
1 changed files with 1 additions and 1 deletions

View File

@ -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