Searched refs:Realloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_malloc.c149 Realloc(void *ptr, size_t size, const char *file, int line) function
183 if ((res = Realloc(ptr, size, file, line)) == NULL)
H A Dstand.h387 void *Realloc(void *, size_t, const char *, int);
394 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
399 #define realloc(x, y) Realloc(x, y, NULL, 0)

Completed in 137 milliseconds