Searched defs:xrealloc (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/lib/
H A Dxmalloc.c73 xrealloc (p, n) function
/external/oprofile/libutil/
H A Dop_libiberty.h48 void * xrealloc(void *, size_t);
68 #define xrealloc(p,s) realloc(p,s) macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dwrapper.c27 void *xrealloc(void *ptr, size_t size) function
/external/bison/lib/
H A Dxmalloc.c51 xrealloc (void *p, size_t n) function
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);
/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/dhcpcd/
H A Dcommon.c276 xrealloc(void *ptr, size_t s) function
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
/external/genext2fs/
H A Dgenext2fs.c748 xrealloc(void *ptr, size_t size) function
765 buf = xrealloc(buf, bufsize += GROWBY);
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 321 milliseconds