Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information