summaryrefslogtreecommitdiff
path: root/src/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* malloc: use large ZoneHigh when there is enough memoryGerd Hoffmann2022-04-271-5/+9
* malloc: use variable for ZoneHigh sizeGerd Hoffmann2022-04-271-7/+8
* malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor2015-10-151-1/+1
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-151-13/+12
* malloc: Don't mix virtual and physical addressesKevin O'Connor2015-10-151-78/+86
* malloc: Add warning if free() called on invalid memoryKevin O'Connor2015-10-151-0/+10
* malloc: Introduce common helper alloc_new_detail()Kevin O'Connor2015-10-151-35/+37
* malloc: Use consistent naming for internal low-level "alloc" functionsKevin O'Connor2015-10-151-51/+51
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-5/+6
* e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor2015-10-151-1/+1
* 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