summaryrefslogtreecommitdiffstats
path: root/src/include/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-0/+66
aligned blocks. Moved header to include/malloc.h, since we now also provide the POSIX-like malloc()/free() pair. Not yet tested.