zephyr/lib/libc/minimal/source
Christopher Friedt d0629e3c4e libc: malloc: log an error when malloc is called and arena size is 0
Previously, if the arena size was zero, malloc would always fail.
However, the log message was only visible if debug messages were
enabled. Logging an error will hopefully make it more obvious that
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE should be >= if the minimal
libc and malloc are both used.

Fixes #26720

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-07-20 12:48:33 +02:00
..
stdlib libc: malloc: log an error when malloc is called and arena size is 0 2020-07-20 12:48:33 +02:00
stdout x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
string libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
time libc/minimal: fix reproducibility of gmtime 2019-07-31 11:48:18 +03:00