summaryrefslogtreecommitdiffstats
path: root/src/core/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Tidied up debugging messagesMichael Brown2006-05-271-4/+4
* Fix typoMichael Brown2006-05-161-1/+1
* Add an explicit failure debug messageMichael Brown2006-04-281-0/+2
* Glenn managed to shrink .text by 5 more bytes.Michael Brown2006-04-251-3/+6
* Fixed erroneous comparisonMichael Brown2006-04-251-1/+1
* Removed incorrect comment; malloc() is inefficient only when theMichael Brown2006-04-251-5/+0Star
* Now passes trivial tests. free_memblock() needs neatening up.Michael Brown2006-04-251-15/+34
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-118/+158
* First draft of a dynamic memory allocatorMichael Brown2006-04-241-0/+209