Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dstand.h468 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 Dzalloc_malloc.c209 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf() function