Reallocf
void *Reallocf(void *, size_t, const char *, int);
#define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__)
#define reallocf(x, y) Reallocf(x, y, NULL, 0)