]> pd.if.org Git - pdclib/commit
Adding malloc(), free(), and realloc().
authorsolar <unknown>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
committersolar <unknown>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
commit137bef7f4838fc430682213fa628e16b2237ed63
tree47e715bed9e4e8dcebf4874e096da0144a96f378
parent229d28866bf554e77928ccade55b06a7fdd47382
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]