diff options
author | Will Newton <will.newton@linaro.org> | 2013-08-16 12:01:52 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-10-02 10:45:40 +0100 |
commit | 3cef60098c3a38c65b11be2542b2bc86f76166e8 (patch) | |
tree | d89b7ff941f49235304f3e70d3bc00529ba6522f /ChangeLog | |
parent | 7815420bc9127926485e287d233fe638228ab53d (diff) | |
download | glibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.zip glibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.tar.gz glibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.tar.bz2 |
malloc: Add pvalloc test.
ChangeLog:
2013-10-02 Will Newton <will.newton@linaro.org>
* malloc/Makefile: Add tst-pvalloc.
* malloc/tst-pvalloc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2013-10-02 Will Newton <will.newton@linaro.org> + * malloc/Makefile: Add tst-pvalloc. + * malloc/tst-pvalloc.c: New file. + +2013-10-02 Will Newton <will.newton@linaro.org> + * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and improve test coverage. |