Searched refs:Reallocf (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/libsa/ |
H A D | stand.h | 468 void *Reallocf(void *, size_t, const char *, int); 487 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) 494 #define reallocf(x, y) Reallocf(x, y, NULL, 0)
|
H A D | zalloc_malloc.c | 209 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf() function
|