Searched defs:xrealloc (Results 1 - 11 of 11) sorted by last modified time

/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
H A Dxmalloc.c53 xrealloc (p, n) function
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h72 #define xrealloc(_pt,_sz) \ macro
73 VG_(arena_realloc)(VG_AR_DEMANGLE,"m_demangle.xrealloc",(_pt),(_sz))
91 ((_Ty *) xrealloc((void *) (_Pt), sizeof (_Ty) * (_Nn)))
94 ((_Ty *) xrealloc((_Pt), (_Sz)))
/external/oprofile/libutil/
H A Dop_libiberty.h48 void * xrealloc(void *, size_t);
68 #define xrealloc(p,s) realloc(p,s) macro
/external/openssh/
H A Dxmalloc.c57 xrealloc(void *ptr, size_t nmemb, size_t size) function
63 fatal("xrealloc: zero size");
65 fatal("xrealloc: nmemb * size > SIZE_T_MAX");
71 fatal("xrealloc: out of memory (new_size %lu bytes)",
/external/linux-tools-perf/util/
H A Dwrapper.c26 void *xrealloc(void *ptr, size_t size) function
/external/genext2fs/
H A Dgenext2fs.c748 xrealloc(void *ptr, size_t size) function
765 buf = xrealloc(buf, bufsize += GROWBY);
/external/elfutils/lib/
H A Dxmalloc.c73 xrealloc (p, n) function
/external/dropbear/
H A Dscpmisc.c64 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 *));
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c71 xrealloc (void *old, size_t bytes) function
187 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated);
/external/dhcpcd/
H A Dcommon.c276 xrealloc(void *ptr, size_t s) function
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
/external/bison/lib/
H A Dxmalloc.c89 xrealloc (void *p, size_t n) function
177 return xrealloc (p, n * s);

Completed in 416 milliseconds