zephyr/lib/libc/minimal/source/stdlib
Piotr Pryga e2e06a74c3 libc: minimal: Add C11 aligned_alloc
Extend capabilities of a minimal libc to support C11 capability
to allocate memory with requested alignment.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-10-03 10:13:25 +02:00
..
abort.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
atoi.c coding guidelines: comply with MISRA C:2012 Rule 21.13 2022-06-30 17:34:28 -04:00
bsearch.c
exit.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
malloc.c libc: minimal: Add C11 aligned_alloc 2022-10-03 10:13:25 +02:00
qsort.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
rand.c libc: Define Z_LIBC_DATA macro globally 2022-06-01 11:03:38 +02:00
strtol.c coding guidelines: comply with MISRA C:2012 Rule 21.13 2022-06-30 17:34:28 -04:00
strtoll.c libc: minimal: Add strtoll implementation 2022-05-25 14:52:29 +02:00
strtoul.c coding guidelines: comply with MISRA C:2012 Rule 21.13 2022-06-30 17:34:28 -04:00
strtoull.c libc: minimal: Add strtoull implementation 2022-05-25 14:52:29 +02:00