summaryrefslogtreecommitdiffstats
path: root/src/tests/umalloc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* TypoMichael Brown2007-01-191-3/+3
|
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-0/+26
reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).