Home
last modified time | relevance | path

Searched refs:Reallocf (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/libsa/
H A Dstand.h463 void *Reallocf(void *, size_t, const char *, int);
482 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__)
489 #define reallocf(x, y) Reallocf(x, y, NULL, 0)
H A Dzalloc_malloc.c209 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf() function