|
|
Message-Id: <cover.1685527375.git.Jens.Gustedt@inria.fr>
Date: Wed, 31 May 2023 12:05:14 +0200
From: Jens Gustedt <Jens.Gustedt@...ia.fr>
To: musl@...ts.openwall.com
Subject: [C23 new stdlib 0/3]
v8, taking into account Rich's feedback
Jens Gustedt (3):
C23: add the new interfaces free_sized and free_aligned_sized for
stdlib.h
C23: add the memalignment function
C23: implement the new strfrom[dfl] functions
dynamic.list | 2 ++
include/stdlib.h | 8 ++++++
src/malloc/free_aligned_sized.c | 6 +++++
src/malloc/free_sized.c | 7 ++++++
src/stdlib/memalignment.c | 8 ++++++
src/stdlib/strfromd.c | 44 +++++++++++++++++++++++++++++++++
6 files changed, 75 insertions(+)
create mode 100644 src/malloc/free_aligned_sized.c
create mode 100644 src/malloc/free_sized.c
create mode 100644 src/stdlib/memalignment.c
create mode 100644 src/stdlib/strfromd.c
--
2.34.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.