summaryrefslogtreecommitdiff
path: root/core/mem
Commit message (Expand)AuthorAgeFilesLines
* core: dprintf on malloc/free if -DDEBUG_MALLOCErwan Velu2015-09-022-0/+6
* tests: unit tests for core/memMatt Fleming2013-07-242-0/+132
* mem: explicitly include dprintf.hMatt Fleming2013-07-241-0/+1
* mem: fix regression in recent memscan changessyslinux-6.02-pre10Matt Fleming2013-07-231-1/+1
* memscan: pass enum syslinux_memmap_types aroundMatt Fleming2013-07-171-3/+4
* Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-224-2/+55
|\
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-263-0/+20
| |\
| | * core: dynamically size the heapH. Peter Anvin2011-04-251-4/+10
| | * core: Make the core malloc and free thread safe.Eric W. Biederman2011-04-093-0/+20
| * | mem: Add magic field to detect memory corruptionMatt Fleming2013-02-214-2/+37
* | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-0/+2
|\ \ \ | |/ /
| * | realloc: Set the HEAP when splitting a blockMatt Fleming2013-01-231-0/+2
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-072-5/+5
|\ \ \ | |/ /
| * | Symbol export whitelistMatt Fleming2012-12-052-5/+5
* | | firmware: Move memory operations into firmwareMatt Fleming2012-11-152-27/+33
* | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-2/+2
|\ \ \ | |/ /
| * | core: Fix realloc() code transcription errorShao Miller2012-11-051-2/+2
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-302-3/+6
|\ \ \ | |/ /
| * | core: remove unused variable in scan_highmem_area()H. Peter Anvin2012-05-291-2/+0
| * | core: Partial revert of commit 9333426b and unify lmalloc()Matt Fleming2012-04-171-1/+6
* | | core, efi: Return new pointer in realloc()Chandramouli Narayanan2012-02-241-0/+1
* | | EFI: Implement malloc with {Allocate/Free}Pool()Matt Fleming2011-12-162-0/+14
* | | core: Add firmware backend supportMatt Fleming2011-12-161-1/+1
|/ /
* | Revert "core: remove redundant zalloc() definition"H. Peter Anvin2011-12-151-0/+11
* | core: remove redundant zalloc() definitionH. Peter Anvin2011-12-141-11/+0
* | core: fix warnings in core/mem/init.cH. Peter Anvin2011-05-271-6/+6
* | Convert mp() to dprintf()Matt Fleming2011-03-091-4/+5
* | core: Be less verbose at bootMatt Fleming2011-03-081-2/+1
* | Merge branch 'master' into elflink-mergeH. Peter Anvin2010-08-121-1/+1
|\ \ | |/
| * Make __free_tagged actually free memorySebastian Herbszt2010-07-271-1/+1
* | elflink: some cleanupFeng Tang2010-07-201-8/+6
* | elflink: malloc cleanupFeng Tang2010-07-201-20/+0
* | elflink: remove hmalloc which is not needed after core/com32 malloc mergedFeng Tang2010-07-201-5/+0
* | elflink: remove the malloc.c/free.c/realloc.c/zalloc.c from com32Feng Tang2010-07-201-1/+31
* | elflink: move realloc() to core/mem/malloc.cFeng Tang2010-07-203-38/+157
* | June 22: new mem_init worksFeng Tang2010-07-201-20/+59
* | elflink: make linux kernel bootingFeng Tang2010-07-201-1/+2
* | elflink: use core/malloc as the malloc system, enlarge buffer to 1MBfeng.tang@intel.com2010-07-201-1/+2
* | elflink: make malloc worksFeng Tang2010-07-203-2/+16
* | 0613 temp debugFeng Tang2010-07-202-2/+4
* | elflink: differentiate the 2 malloc systemFeng Tang2010-07-204-8/+8
|/
* core: don't bother zeroing the disk cache and heapH. Peter Anvin2010-03-061-1/+1
* mem: increase the heap size to 128KH. Peter Anvin2010-03-061-1/+1
* core/mem: better dprintf()H. Peter Anvin2010-02-242-3/+4
* core: fix lowmem mallocH. Peter Anvin2010-02-242-0/+3
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-234-0/+369