Lines Matching full:realloc
0 # realloc.m4 serial 13
16 AC_CACHE_CHECK([for GNU libc compatible realloc],
23 char *realloc ();
26 [[return ! realloc (0, 0);]])
47 # Test whether 'realloc (0, 0)' is handled like in GNU libc, and replace
48 # realloc if it is not.
55 [Define to 1 if your system has a GNU libc compatible 'realloc'
64 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
65 # fails), and replace realloc if it is not.
72 [Define if the 'realloc' function is POSIX compliant.])