This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] malloc: Add realloc test.


On 19 August 2013 19:53, Will Newton <will.newton@linaro.org> wrote:
>
> The current tests don't test the functionality of realloc in detail.
> Add a new test for realloc that exercises some of the corner cases
> that are not otherwise tested.
>
> ChangeLog:
>
> 2013-08-19  Will Newton  <will.newton@linaro.org>
>
>         * malloc/Makefile: Add tst-realloc to tests.
>         * malloc/tst-realloc.c: New file.
> ---
>  malloc/Makefile      |   3 +-
>  malloc/tst-realloc.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 148 insertions(+), 1 deletion(-)
>  create mode 100644 malloc/tst-realloc.c

Ping?

There are also patches outstanding for the aligned allocation
functions, but these will fail until the corresponding fix patches go
in.

-- 
Will Newton
Toolchain Working Group, Linaro


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]