HomeSort by: relevance | last modified time | path
    Searched defs:realloc (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/libbind/dist/port/cygwin/include/
ansi_realloc.h 22 #define realloc __ansi_realloc macro
ansi_realloc.h 22 #define realloc __ansi_realloc macro
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
realloc.c 1 /* $NetBSD: realloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
37 #undef realloc macro
41 #undef realloc macro
48 return realloc(ptr, size);
realloc.c 1 /* $NetBSD: realloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
37 #undef realloc macro
41 #undef realloc macro
48 return realloc(ptr, size);
  /src/external/gpl2/diffutils/dist/lib/
realloc.c 1 /* $NetBSD: realloc.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* Work around bug on some systems where realloc (NULL, 0) fails.
25 #undef realloc macro
30 char *realloc ();
45 return realloc (p, n);
realloc.c 1 /* $NetBSD: realloc.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
3 /* Work around bug on some systems where realloc (NULL, 0) fails.
25 #undef realloc macro
30 char *realloc ();
45 return realloc (p, n);
  /src/external/gpl2/xcvs/dist/lib/
realloc.c 0 /* realloc() function that is glibc compatible.
18 __RCSID("$NetBSD: realloc.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
26 #undef realloc macro
41 /* In theory realloc might fail, so don't rely on it to free. */
48 return realloc (p, n);
realloc.c 0 /* realloc() function that is glibc compatible.
18 __RCSID("$NetBSD: realloc.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
26 #undef realloc macro
41 /* In theory realloc might fail, so don't rely on it to free. */
48 return realloc (p, n);
  /src/external/bsd/flex/dist/lib/
realloc.c 2 #undef realloc macro
23 result = realloc (p, n);
realloc.c 2 #undef realloc macro
23 result = realloc (p, n);
  /src/external/gpl3/gdb/dist/gnulib/import/
realloc.c 0 /* realloc() function that is glibc compatible.
29 /* Call the system's realloc below. This file does not define
31 #undef realloc macro
55 void *result = realloc (p, n);
realloc.c 0 /* realloc() function that is glibc compatible.
29 /* Call the system's realloc below. This file does not define
31 #undef realloc macro
55 void *result = realloc (p, n);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
realloc.c 0 /* realloc() function that is glibc compatible.
29 /* Call the system's realloc below. This file does not define
31 #undef realloc macro
55 void *result = realloc (p, n);
realloc.c 0 /* realloc() function that is glibc compatible.
29 /* Call the system's realloc below. This file does not define
31 #undef realloc macro
55 void *result = realloc (p, n);
  /src/external/bsd/ntp/dist/sntp/unity/
unity_fixture_malloc_overrides.h 15 #define realloc unity_realloc macro
unity_fixture_malloc_overrides.h 15 #define realloc unity_realloc macro
  /src/sys/sys/
malloc.h 72 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro
malloc.h 72 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro
  /src/external/bsd/tre/dist/lib/
xmalloc.h 56 #undef realloc macro
61 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
70 #define xrealloc(ptr, new_size) realloc(ptr, new_size)
  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_hwc.h 31 #define realloc(p, s) xrealloc (p, s) macro
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_hwc.h 31 #define realloc(p, s) xrealloc (p, s) macro
  /src/external/gpl3/gcc/dist/libbacktrace/
instrumented_alloc.c 35 and realloc are only effective in alloc.c itself. This does not work for
53 #define realloc instrumented_realloc macro
56 #undef realloc macro
91 res = realloc (ptr, size);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
instrumented_alloc.c 35 and realloc are only effective in alloc.c itself. This does not work for
53 #define realloc instrumented_realloc macro
56 #undef realloc macro
91 res = realloc (ptr, size);
  /src/external/gpl3/gdb/dist/libbacktrace/
instrumented_alloc.c 35 and realloc are only effective in alloc.c itself. This does not work for
53 #define realloc instrumented_realloc macro
56 #undef realloc macro
91 res = realloc (ptr, size);
  /src/external/gpl3/gdb.old/dist/libbacktrace/
instrumented_alloc.c 35 and realloc are only effective in alloc.c itself. This does not work for
53 #define realloc instrumented_realloc macro
56 #undef realloc macro
91 res = realloc (ptr, size);

Completed in 76 milliseconds

1 2 3 4 5 6 7 8 910