Searched refs:SMART_STRING_REALLOC (Results 1 – 1 of 1) sorted by relevance
47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) macro49 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) macro53 (d)->c = (char *) SMART_STRING_REALLOC((d)->c, (d)->a + 1, (what))
Completed in 4 milliseconds