summaryrefslogtreecommitdiff
path: root/com32/lib/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/malloc.hH. Peter Anvin2009-05-291-5/+5
| | | | | | | | | Automatically reformat com32/lib/malloc.h 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>
* Global whitespace cleanup.H. Peter Anvin2009-04-201-1/+0
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-0/+2
| | | | | | | | | | | 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>
* Invert the sense of ARENA_SIZE_MASK to be consistent with klibcH. Peter Anvin2006-01-191-3/+3
|
* Fix handling of alignment issueshpa2004-12-181-3/+3
|
* malloc.h is internal; put in lib/hpa2004-12-161-0/+54
Fix "make clean" for unix installer