Searched defs:xrealloc (Results 1 – 9 of 9) 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
231 #define xrealloc realloc macro
230 #define xrealloc realloc macro
232 #define xrealloc realloc macro
87 void *xrealloc(void *ptr, size_t size) in xrealloc() function
36 static void* xrealloc(void* ptr, size_t size) { in xrealloc() function