Searched refs:FT_REALLOC (Results 1 – 3 of 3) sorted by relevance
472 (void)FT_REALLOC( *P, current, size ); in FT_Realloc()
251 #define FT_REALLOC( ptr, cursz, newsz ) \ macro
524 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()