Searched defs:xrealloc (Results 1 – 3 of 3) sorted by relevance
15 # define xrealloc realloc macro
59 void* FAST_FUNC xrealloc(void *ptr, size_t size) in xrealloc() function
1370 # define xrealloc(p, s) xxrealloc(__LINE__, p, s) macro