HomeSort by relevance Sort by last modified time
    Searched refs:xrealloc (Results 1 - 25 of 25) sorted by null

  /external/oprofile/libutil/
op_libiberty.h 48 void * xrealloc(void *, size_t);
68 #define xrealloc(p,s) realloc(p,s) macro
op_growable_buffer.c 34 b->p = xrealloc(b->p, new_size);
op_fileio.c 153 buf = xrealloc(buf, max + 128);
  /external/elfutils/lib/
system.h 24 extern void *xrealloc (void *, size_t) __attribute__ ((__malloc__));
xmalloc.c 60 xrealloc (p, n) function
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 53 xrealloc (p, n) function
  /external/bison/lib/
xalloc.h 52 void *xrealloc (void *p, size_t s);
xmalloc.c 89 xrealloc (void *p, size_t n) function
177 return xrealloc (p, n * s);
quotearg.c 610 slotvec = xrealloc (slotvec, n1 * sizeof *slotvec);
  /external/dhcpcd/
common.h 82 void *xrealloc(void *, size_t);
common.c 68 *line = xrealloc(*line, *len);
301 xrealloc(void *ptr, size_t s) function
configure.c 120 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
127 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
136 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
dhcpcd.c 193 lst[i] = xrealloc(lst[i], l + lv + 2);
204 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
570 options->blacklist = xrealloc(options->blacklist,
  /external/dropbear/
scpmisc.h 42 void *xrealloc(void *, size_t);
scpmisc.c 64 xrealloc(void *ptr, size_t new_size) function
69 fprintf(stderr, "xrealloc: zero size\n");
77 fprintf(stderr, "xrealloc: out of memory (new_size %lu bytes)\n", (u_long) new_size);
160 args->list = xrealloc(args->list, nalloc * sizeof(char *));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 133 way xrealloc works. */
291 extern void *xrealloc (void *, size_t);
335 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
344 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
system.h 636 #define realloc xrealloc
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 133 way xrealloc works. */
291 extern void *xrealloc (void *, size_t);
335 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
344 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
system.h 636 #define realloc xrealloc
  /external/dbus/tools/
dbus-cleanup-sockets.c 71 xrealloc (void *old, size_t bytes) function
187 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated);
  /sdk/emulator/qemud/
qemud.c 147 xrealloc( void* block, size_t size ) function
157 #define xrenew(p,count) (p) = xrealloc((p),sizeof(*(p))*(count))
    [all...]
  /external/elfcopy/
dwarf.c 3817 xrealloc (p, n) function
    [all...]
  /external/genext2fs/
genext2fs.c 748 xrealloc(void *ptr, size_t size) function
765 buf = xrealloc(buf, bufsize += GROWBY);
    [all...]
  /external/clearsilver/util/regex/
regex.c     [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 2404 milliseconds