mes/lib/stdlib
Danny Milosavljevic 27b06c6ddb
mescc: Mes C Library: Make malloc align the blocks it gives out.
* include/stddef.h (max_align_t): Add typedef for max_align_t.
* lib/stdlib/malloc.c (malloc): Align the blocks it gives out to multiples
of max_align_t.
2021-01-23 08:43:48 +01:00
..
__exit.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
abort.c mescc: Mes C Library: abort: Avoid __raise for TinyCC. 2021-01-23 08:43:43 +01:00
abs.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
alloca.c build: Simplify. 2019-06-08 15:36:22 +02:00
atexit.c build: Simplify. 2019-06-08 15:36:22 +02:00
atof.c mescc: Mes C Library: Support GNU Awk: Implement atof. 2019-07-03 11:22:57 +02:00
atoi.c mescc: Mes C Library: Support GNU Awk: Implement atof. 2019-07-03 11:22:57 +02:00
atol.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
calloc.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
exit.c mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00
free.c mescc: Mes C Library: Explode libc.c. 2018-08-16 10:50:53 +02:00
malloc.c mescc: Mes C Library: Make malloc align the blocks it gives out. 2021-01-23 08:43:48 +01:00
mbstowcs.c Add missing #include. 2019-08-27 01:46:57 +02:00
puts.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
qsort.c Mes C Library: stdlib/qsort.c: Fix qswap segfault. 2021-01-23 08:43:05 +01:00
realloc.c build: Simplify. 2019-06-08 15:36:22 +02:00
strtod.c mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod. 2019-06-25 12:51:44 +02:00
strtof.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtol.c build: Simplify. 2019-06-08 15:36:22 +02:00
strtold.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoll.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoul.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoull.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00