]> pd.if.org Git - pdclib/commit
Import dlmalloc (public domain) as a malloc implementation. Add stub opt/notime
authorOwen Shepherd <owen.shepherd@e43.eu>
Fri, 3 Aug 2012 18:02:23 +0000 (19:02 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Fri, 3 Aug 2012 18:02:23 +0000 (19:02 +0100)
commit7015f5842d05bd5da32523048e4260e60e9e310c
treeb62250f25eb9cbfec19e5debd3b35a65ad55d5a3
parent2546ca02850b8d684a694dc7373887f7aec994dc
Import dlmalloc (public domain) as a malloc implementation. Add stub opt/notime
implementation of time.h for platforms with no clock (which only implements the
time(time_t*) function) to support this.

(Note: Builds, but implementation as of yet untested)
CoreMakefile.mk
functions/_PDCLIB/prepread.c
functions/_PDCLIB/prepwrite.c
functions/stdio/fclose.c
includes/errno.h
includes/time.h
internals/_PDCLIB_aux.h
internals/_PDCLIB_glue.h
opt/dlmalloc/dlmalloc.c [new file with mode: 0644]
opt/dlmalloc/dlmalloc.h [new file with mode: 0644]
opt/notime/time.c [new file with mode: 0644]