aboutsummaryrefslogtreecommitdiffstats
path: root/core/mem
AgeCommit message (Expand)AuthorFilesLines
2015-09-02core: dprintf on malloc/free if -DDEBUG_MALLOCErwan Velu2-0/+6
2013-07-24tests: unit tests for core/memMatt Fleming2-0/+132
2013-07-24mem: explicitly include dprintf.hMatt Fleming1-0/+1
2013-07-23mem: fix regression in recent memscan changessyslinux-6.02-pre10Matt Fleming1-1/+1
2013-07-17memscan: pass enum syslinux_memmap_types aroundMatt Fleming1-3/+4
2013-03-22Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming4-2/+55
2013-02-26Merge branch 'lwip' into elflinkMatt Fleming3-0/+20
2013-02-21mem: Add magic field to detect memory corruptionMatt Fleming4-2/+37
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming1-0/+2
2013-01-23realloc: Set the HEAP when splitting a blockMatt Fleming1-0/+2
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2-5/+5
2012-12-05Symbol export whitelistMatt Fleming2-5/+5
2012-11-15firmware: Move memory operations into firmwareMatt Fleming2-27/+33
2012-11-14Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming1-2/+2
2012-11-05core: Fix realloc() code transcription errorShao Miller1-2/+2
2012-07-30Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2-3/+6
2012-05-29core: remove unused variable in scan_highmem_area()H. Peter Anvin1-2/+0
2012-04-17core: Partial revert of commit 9333426b and unify lmalloc()Matt Fleming1-1/+6
2012-02-24core, efi: Return new pointer in realloc()Chandramouli Narayanan1-0/+1
2011-12-16EFI: Implement malloc with {Allocate/Free}Pool()Matt Fleming2-0/+14
2011-12-16core: Add firmware backend supportMatt Fleming1-1/+1
2011-12-15Revert "core: remove redundant zalloc() definition"H. Peter Anvin1-0/+11
2011-12-14core: remove redundant zalloc() definitionH. Peter Anvin1-11/+0
2011-05-27core: fix warnings in core/mem/init.cH. Peter Anvin1-6/+6
2011-04-25core: dynamically size the heapH. Peter Anvin1-4/+10
2011-04-09core: Make the core malloc and free thread safe.Eric W. Biederman3-0/+20
2011-03-09Convert mp() to dprintf()Matt Fleming1-4/+5
2011-03-08core: Be less verbose at bootMatt Fleming1-2/+1
2010-08-12Merge branch 'master' into elflink-mergeH. Peter Anvin1-1/+1
2010-07-27Make __free_tagged actually free memorySebastian Herbszt1-1/+1
2010-07-20elflink: some cleanupFeng Tang1-8/+6
2010-07-20elflink: malloc cleanupFeng Tang1-20/+0
2010-07-20elflink: remove hmalloc which is not needed after core/com32 malloc mergedFeng Tang1-5/+0
2010-07-20elflink: remove the malloc.c/free.c/realloc.c/zalloc.c from com32Feng Tang1-1/+31
2010-07-20elflink: move realloc() to core/mem/malloc.cFeng Tang3-38/+157
2010-07-20June 22: new mem_init worksFeng Tang1-20/+59
2010-07-20elflink: make linux kernel bootingFeng Tang1-1/+2
2010-07-20elflink: use core/malloc as the malloc system, enlarge buffer to 1MBfeng.tang@intel.com1-1/+2
2010-07-20elflink: make malloc worksFeng Tang3-2/+16
2010-07-200613 temp debugFeng Tang2-2/+4
2010-07-20elflink: differentiate the 2 malloc systemFeng Tang4-8/+8
2010-03-06core: don't bother zeroing the disk cache and heapH. Peter Anvin1-1/+1
2010-03-06mem: increase the heap size to 128KH. Peter Anvin1-1/+1
2010-02-24core/mem: better dprintf()H. Peter Anvin2-3/+4
2010-02-24core: fix lowmem mallocH. Peter Anvin2-0/+3
2010-02-23core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin4-0/+369