mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [C23 new stdlib 0/3]
@ 2023-05-31 10:05 Jens Gustedt
  2023-05-31 10:05 ` [musl] [C23 new stdlib 1/3] C23: add the new interfaces free_sized and free_aligned_sized for stdlib.h Jens Gustedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jens Gustedt @ 2023-05-31 10:05 UTC (permalink / raw)
  To: musl

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-31 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-31 10:05 [musl] [C23 new stdlib 0/3] Jens Gustedt
2023-05-31 10:05 ` [musl] [C23 new stdlib 1/3] C23: add the new interfaces free_sized and free_aligned_sized for stdlib.h Jens Gustedt
2023-05-31 10:05 ` [musl] [C23 new stdlib 2/3] C23: add the memalignment function Jens Gustedt
2023-05-31 10:05 ` [musl] [C23 new stdlib 3/3] C23: implement the new strfrom[dfl] functions Jens Gustedt

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).