summaryrefslogtreecommitdiffstats
path: root/src/core/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* Revert "malloc attribute changes"Holger Lubitz2007-08-061-4/+0Star
* malloc attribute changesHolger Lubitz2007-08-021-0/+4
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-0/+24
* Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown2007-06-111-1/+4
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Move include/malloc.h to include/gpxe/malloc.h, since everything in thereMichael Brown2007-01-181-1/+10
* Don't always zero memory in malloc(). This saves around 2us on aMichael Brown2007-01-181-2/+17
* Fix typoMichael Brown2007-01-121-1/+1
* Implemented realloc(), and changed the semantics of malloc(0) to allowMichael Brown2006-11-241-15/+79
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-0/+2
* Tidied up debugging messagesMichael Brown2006-05-271-4/+4
* Fix typoMichael Brown2006-05-161-1/+1
* Add an explicit failure debug messageMichael Brown2006-04-281-0/+2
* Glenn managed to shrink .text by 5 more bytes.Michael Brown2006-04-251-3/+6
* Fixed erroneous comparisonMichael Brown2006-04-251-1/+1
* Removed incorrect comment; malloc() is inefficient only when theMichael Brown2006-04-251-5/+0Star
* Now passes trivial tests. free_memblock() needs neatening up.Michael Brown2006-04-251-15/+34
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-118/+158
* First draft of a dynamic memory allocatorMichael Brown2006-04-241-0/+209