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