Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc/tst-posix_memalign.c: Tidy up code. | Will Newton | 2013-10-04 | 1 | -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 Newton | 2013-10-02 | 1 | -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. |