Home
last modified time | relevance | path

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

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