zephyr/tests/lib
Stephanos Ioannidis ecfd78776d tests: lib: mem_alloc: Increase malloc heap size for newlib test
The newlib full malloc implementation (i.e. non-nano) requests a
relatively large 4096-byte memory chunk through `_sbrk`, which exceeds
the configured 512-byte heap size.

This commit changes `CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE` from 512 to
8192 in order to increase the size of the heap memory used by the
newlib malloc function.

For more details, refer to the issue #21167.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-02-14 10:52:53 -06:00
..
c_lib
fdtable tests: fdtable: check for negative fd 2019-12-02 07:32:41 -05:00
gui/lvgl tests/lib/gui/lvgl: use littlefs 2020-01-21 15:32:47 +01:00
json tests: updated names for the tests 2019-10-23 23:15:41 -04:00
mem_alloc tests: lib: mem_alloc: Increase malloc heap size for newlib test 2020-02-14 10:52:53 -06:00
onoff tests: lib: os: onoff: address Coverity complaint 2020-02-08 08:40:28 -05:00
ringbuffer
sprintf tests: remove duplicate names for the libraries tests 2019-10-24 06:27:30 -04:00