aboutsummaryrefslogtreecommitdiffstats
path: root/src/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the pmm handle argument from _malloc().Kevin O'Connor2013-12-271-5/+18
* Separate out sec32init sections even when not doing code relocation.Kevin O'Connor2013-12-071-3/+2
* Minor - update file comments in src/malloc.c.Kevin O'Connor2013-09-281-2/+2
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+4
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+529