summaryrefslogtreecommitdiffstats
path: root/src/include/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* Move include/malloc.h to include/gpxe/malloc.h, since everything in thereMichael Brown2007-01-181-55/+0Star
* Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specificMichael Brown2006-12-021-20/+8Star
* Implemented realloc(), and changed the semantics of malloc(0) to allowMichael Brown2006-11-241-0/+1
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-0/+66