about summary refs log tree commit diff
path: root/malloc/tst-posix_memalign.c
Commit message (Collapse)AuthorAgeFilesLines
* malloc/tst-posix_memalign.c: Tidy up code.Will Newton2013-10-041-4/+14
| | | | | | | | | | | | Add some comments and call free on all potentially allocated pointers. ChangeLog: 2013-10-04 Will Newton <will.newton@linaro.org> * malloc/tst-posix_memalign.c: Add comments. (do_test): Add comments and call free on all potentially allocated pointers. Add space after cast.
* malloc: Add posix_memalign test.Will Newton2013-10-021-0/+98
ChangeLog: 2013-10-02 Will Newton <will.newton@linaro.org> * malloc/Makefile: Add tst-posix_memalign. * malloc/tst-posix_memalign.c: New file.