Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h442 void *Reallocf(void *, size_t, const char *, int);
451 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__)
458 #define reallocf(x, y) Reallocf(x, y, NULL, 0)
H A Dzalloc_malloc.c201 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf() function