aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24malloc.c: Implement a PA-RISC specific malloc()Helge Deller1-2/+2
2015-10-15malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor1-1/+1
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor1-13/+12
2015-10-15malloc: Don't mix virtual and physical addressesKevin O'Connor1-78/+86
2015-10-15malloc: Add warning if free() called on invalid memoryKevin O'Connor1-0/+10
2015-10-15malloc: Introduce common helper alloc_new_detail()Kevin O'Connor1-35/+37
2015-10-15malloc: Use consistent naming for internal low-level "alloc" functionsKevin O'Connor1-51/+51
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor1-5/+6
2015-10-15e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor1-1/+1
2013-12-27Remove the pmm handle argument from _malloc().Kevin O'Connor1-5/+18
2013-12-07Separate out sec32init sections even when not doing code relocation.Kevin O'Connor1-3/+2
2013-09-28Minor - update file comments in src/malloc.c.Kevin O'Connor1-2/+2
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+4
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+529