Searched refs:xrealloc (Results 1 - 25 of 26) sorted by relevance

12

/external/oprofile/libutil/
H A Dop_libiberty.h48 void * xrealloc(void *, size_t);
68 #define xrealloc(p,s) realloc(p,s) macro
H A Dop_growable_buffer.c34 b->p = xrealloc(b->p, new_size);
H A Dop_fileio.c153 buf = xrealloc(buf, max + 128);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dwrapper.c27 void *xrealloc(void *ptr, size_t size) function
H A Dcache.h54 x = xrealloc((x), alloc * sizeof(*(x))); \
H A Dutil.h178 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
/external/bison/lib/
H A Dxalloc.h60 void *xrealloc (void *p, size_t s)
117 return xrealloc (p, n * s);
206 return xrealloc (p, n * s);
228 xrealloc (T *p, size_t s) function
230 return (T *) xrealloc ((void *) p, s);
H A Dxmalloc.c51 xrealloc (void *p, size_t n) function
H A Dquotearg.c785 slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv);
/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/elfutils/0.153/lib/
H A Dxmalloc.c73 xrealloc (p, n) function
H A Dsystem.h70 extern void *xrealloc (void *, size_t) __attribute__ ((__malloc__));
/external/dhcpcd/
H A Dcommon.h79 void *xrealloc(void *, size_t);
H A Dconfigure.c135 ne = xrealloc(ne, sizeof(char *) * (j + 1));
241 env = xrealloc(env, sizeof(char *) * (elen + 2));
248 env = xrealloc(env, sizeof(char *) * (elen + 2));
256 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
268 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
278 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
288 env = xrealloc(env, sizeof(char *) * (elen + e + 1));
363 env = xrealloc(env, sizeof(char *) * (elen + 2));
H A Dif-options.c154 lst[i] = xrealloc(lst[i], l + lv + 2);
165 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
288 v = xrealloc(v, sizeof(char *) * ((*argc)));
698 ifo->config = xrealloc(ifo->config,
709 ifo->whitelist = xrealloc(ifo->whitelist,
719 ifo->blacklist = xrealloc(ifo->blacklist,
730 ifo->arping = xrealloc(ifo->arping,
H A Dcommon.c276 xrealloc(void *ptr, size_t s) function
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
H A Dipv6rs.c477 opt = xrealloc(opt,
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h127 # define yasm_xrealloc(ptr, size) xrealloc(ptr, size)
/external/oprofile/libutil++/
H A Dchild_reader.cpp142 buf2 = (char *)xrealloc(buf2, sz_buf2);
/external/oprofile/opjitconv/
H A Djitsymbol.c143 xrealloc(entries_symbols_ascending,
146 xrealloc(entries_address_ascending,
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c289 module_names = xrealloc(module_names, size);
/external/elfutils/0.153/libcpu/
H A Di386_parse.y752 last_str->str = xrealloc (last_str->str,
1611 char *cp = best_table = xrealloc (best_table, table);
H A Di386_parse.c2464 last_str->str = xrealloc (last_str->str,
3323 char *cp = best_table = xrealloc (best_table, table);
/external/genext2fs/
H A Dgenext2fs.c748 xrealloc(void *ptr, size_t size) function
765 buf = xrealloc(buf, bufsize += GROWBY);
/external/elfutils/0.153/src/
H A Dreadelf.c4501 table->table = xrealloc (table->table,
5924 dies = (Dwarf_Die *) xrealloc (dies,

Completed in 9624 milliseconds

12