Adding malloc(), free(), and realloc().
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Mon, 6 Feb 2006 21:07:38 +0000 (21:07 +0000)
commit8d3be92643ab83552dc2b72157981f1bc1ff5c99
tree47e715bed9e4e8dcebf4874e096da0144a96f378
parentab5e58e1ae393667ab26f537f5adfdaf130b7c1e
Adding malloc(), free(), and realloc().

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@139 546481bc-9713-0410-bf18-d3337bbf4a3e
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]