Searched refs:CDF_REALLOC (Results 1 – 2 of 2) sorted by relevance
97 #define CDF_REALLOC(p, n) erealloc(p, n) macro920 CDF_REALLOC(*info, newcount * sizeof(*inp))); in cdf_grow_info()
988 -#define CDF_REALLOC(p, n) cdf_realloc(__FILE__, __LINE__, (p), (n))1026 +#define CDF_REALLOC(p, n) erealloc(p, n)
Completed in 21 milliseconds