Home | History | Annotate | Download | only in lib

Lines Matching refs:realloc

0 /* realloc() function that is glibc compatible.
22 /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */
23 #ifdef realloc
33 /* Below we want to call the system's malloc and realloc.
35 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */
37 #undef realloc
44 /* Below we want to call the system's malloc and realloc.
48 #undef realloc
64 /* In theory realloc might fail, so don't rely on it to free. */
79 result = realloc (p, n);