totalorder* tests: Strengthen tests.
[gnulib.git] / modules / realloc-posix
blobc87d7edd476a56846a23e94c348a51d9b0c67c74
1 Description:
2 realloc() function: allocate memory with indefinite extent.
4 Files:
5 lib/realloc.c
6 m4/realloc.m4
7 m4/malloc.m4
9 Depends-on:
10 stdlib
11 free-posix           [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
12 malloc-posix         [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
13 xalloc-oversized     [test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1]
15 configure.ac:
16 gl_FUNC_REALLOC_POSIX
17 if test $REPLACE_REALLOC_FOR_REALLOC_POSIX = 1; then
18   AC_LIBOBJ([realloc])
20 gl_STDLIB_MODULE_INDICATOR([realloc-posix])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all