summaryrefslogtreecommitdiffstats
path: root/src/tests/emalloc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-26/+0Star
| | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).
* Quick and dirty test for emalloc()Michael Brown2007-01-121-0/+26