summaryrefslogtreecommitdiff
path: root/com32/lib/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/malloc.cH. Peter Anvin2009-05-291-96/+95
| | | | | | | | | Automatically reformat com32/lib/malloc.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32: merge all memory map discovery to one fileH. Peter Anvin2009-04-031-63/+35
| | | | | | | Merge the memory map discovery for malloc and the memory map discovery for memmap into one file that scans memory and invokes a callback. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-7/+72
| | | | | | | | | | | Impact: should deal with memory holes more gracefully Right now, if we find a memory hole, we simply don't use the memory beyond that point. This makes it possible for com32 modules to use that memory. After this, we should be able to add relocation support to allow loading when the memory at 1 MB is unavailable. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
|
* Invert the sense of ARENA_SIZE_MASK to be consistent with klibcH. Peter Anvin2006-01-191-1/+1
|
* Fix handling of alignment issueshpa2004-12-181-1/+1
|
* Additional fixes for the proper argc/argv parsinghpa2004-12-171-2/+2
|
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+120