summaryrefslogtreecommitdiffstats
path: root/firmware/malloc
AgeCommit message (Expand)AuthorFilesLines
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2002-05-27realloc takes a void * as first argumentDaniel Stenberg1-1/+1
2002-05-24Added proper includes and #ifdefsBjörn Stenberg2-0/+12
2002-05-16DEBUG => DEBUG_MALLOC, the symbol is already in use!Daniel Stenberg6-19/+14
2002-05-16bmalloc_status() only works if compiled with DEBUGDaniel Stenberg1-3/+5
2002-05-16renamed to use the common names: malloc/free/realloc/callocDaniel Stenberg1-13/+13
2002-05-14fixed warnings, indented properlyDaniel Stenberg1-288/+305
2002-05-14Moved the malloc system into the firmware/malloc/ directory, removed theDaniel Stenberg9-0/+1772