Searched defs:big_realloc (Results 1 – 1 of 1) sorted by relevance
113 big_realloc(void *from, size_t oldsize, size_t newsize) in big_realloc() function 150 #define big_realloc(x, y, z) realloc((x), (z)) macro