zephyr/lib/libc/minimal/source/stdlib
Josh Gao c0026346a3 libc: permit users to supply their own malloc.
Severely memory constrained systems with known allocation patterns can
benefit from providing their own implementation of malloc with
specifically tuned bucket sizes. Provide a switch to allow users to
replace the default malloc implementation with their own.

Signed-off-by: Josh Gao <josh@jmgao.dev>
2019-12-12 10:49:52 -06:00
..
atoi.c
bsearch.c
exit.c libc: minimal: Implement exit()/_exit() functions. 2019-05-23 09:27:59 -04:00
malloc.c libc: permit users to supply their own malloc. 2019-12-12 10:49:52 -06:00
strtol.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
strtoul.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00