Searched defs:xrealloc (Results 1 – 8 of 8) sorted by relevance
47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) macro52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) macro
68 xrealloc (void *p, size_t n) in xrealloc() function
65 static void *xrealloc(void *oldptr, size_t size) in xrealloc() function
232 #define xrealloc realloc macro
230 #define xrealloc realloc macro
231 #define xrealloc realloc macro
87 void *xrealloc(void *ptr, size_t size) in xrealloc() function