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