Searched refs:TRIO_REALLOC (Results 1 – 2 of 2) sorted by relevance
73 #ifndef TRIO_REALLOC74 # define TRIO_REALLOC(x,n) realloc((x),(n)) macro
1307 new_content = (char *)TRIO_REALLOC(self->content, new_size);