index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix high memory zone initialization in CSM mode
José MartÃnez
2023-06-13
1
-3
/
+3
*
malloc: use large ZoneHigh when there is enough memory
Gerd Hoffmann
2022-04-27
1
-5
/
+9
*
malloc: use variable for ZoneHigh size
Gerd Hoffmann
2022-04-27
1
-7
/
+8
*
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
Kevin O'Connor
2015-10-15
1
-1
/
+1
*
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
2015-10-15
1
-13
/
+12
*
malloc: Don't mix virtual and physical addresses
Kevin O'Connor
2015-10-15
1
-78
/
+86
*
malloc: Add warning if free() called on invalid memory
Kevin O'Connor
2015-10-15
1
-0
/
+10
*
malloc: Introduce common helper alloc_new_detail()
Kevin O'Connor
2015-10-15
1
-35
/
+37
*
malloc: Use consistent naming for internal low-level "alloc" functions
Kevin O'Connor
2015-10-15
1
-51
/
+51
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-5
/
+6
*
e820: Introduce e820_remove() and avoid exporting E820_HOLE
Kevin O'Connor
2015-10-15
1
-1
/
+1
*
Remove the pmm handle argument from _malloc().
Kevin O'Connor
2013-12-27
1
-5
/
+18
*
Separate out sec32init sections even when not doing code relocation.
Kevin O'Connor
2013-12-07
1
-3
/
+2
*
Minor - update file comments in src/malloc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+4
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+529