]> pd.if.org Git - pdclib.old/commit
Adding malloc(), free(), and realloc().
authorsolar <>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
committersolar <>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
commite802f3cc4c1e7f5b53adf9f3f5f9066195a145b6
tree47e715bed9e4e8dcebf4874e096da0144a96f378
parentaa719ba24598c821346ea7fa68573b7bc3c0644f
Adding malloc(), free(), and realloc().
functions/stdlib/free.c [new file with mode: 0644]
functions/stdlib/malloc.c [new file with mode: 0644]
functions/stdlib/realloc.c [new file with mode: 0644]
internals/_PDCLIB_config.h
platform/example/_PDCLIB/allocpages.c [new file with mode: 0644]