summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/emalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-17/+0Star
| | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).
* First version of an external memory allocator (not tested)Michael Brown2007-01-121-0/+17