]> pd.if.org Git - pdclib.old/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)
commitf2e874bbb30fa8857975a683a17dce7669524520
tree38109ac358209b257e021ef3116f032d041fb552
parent7af1f0a20869ff41a951132d14bcc5f6b647fd07
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]