summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Move include/malloc.h to include/gpxe/malloc.h, since everything in thereMichael Brown2007-01-181-0/+57
| | | | | | | is now gPXE-specific. (The standard malloc() et al have been in stdlib.h for a while). Add free memory counter.
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-36/+0Star
| | | | | | | | | aligned blocks. Moved header to include/malloc.h, since we now also provide the POSIX-like malloc()/free() pair. Not yet tested.
* First draft of a dynamic memory allocatorMichael Brown2006-04-241-0/+36