Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
H A Dxmalloc.c68 xrealloc (void *p, size_t n) in xrealloc() function
/third_party/popt/src/
H A Dsystem.h47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) macro
52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) macro
/third_party/libfuse/util/
H A Dmount.fuse.c65 static void *xrealloc(void *oldptr, size_t size) in xrealloc() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre.h232 #define xrealloc realloc macro
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dtre.h231 #define xrealloc realloc macro
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dtre.h231 #define xrealloc realloc macro
/third_party/musl/src/regex/
H A Dtre.h230 #define xrealloc realloc macro
/third_party/toybox/lib/
H A Dxwrap.c87 void *xrealloc(void *ptr, size_t size) in xrealloc() function

Completed in 5 milliseconds