Revert "TESTS: Reduce allocate memory size"
This reverts commit 6649e95.

In the malloc test, `ALLOC_ARRAY_SIZE` defines the *capacity* of array
that stores pointers to `malloc`'d buffers. It is *not* the number
of allocations.

In an ideal scenario, the test makes as many allocations as possible
until the heap runs out and malloc() returns NULL. So revert the
capacity of the array of pointers from 50 back to 100 so this array
is less likely to run out before the heap does.
ls
1 parent 8d32b66 commit 8e412987b12d60d2b1012492f56f186fcccc4974
@Lingkai Dong Lingkai Dong authored on 1 Sep 2021
Showing 1 changed file
View
rtos/tests/TESTS/mbed_rtos/malloc/main.cpp