summaryrefslogtreecommitdiff
path: root/com32/lib/zalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/zalloc.cH. Peter Anvin2009-05-291-5/+5
| | | | | | | | | Automatically reformat com32/lib/zalloc.c 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>
* com32/lib: add zalloc()H. Peter Anvin2008-08-011-0/+17
Add the nonstandard, but often useful, zalloc() function. Signed-off-by: H. Peter Anvin <hpa@zytor.com>