Home
last modified time | relevance | path

Searched defs:reallocf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreallocf.c19 reallocf(void *ptr, size_t size) in reallocf() function
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h451 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro
458 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro