Searched defs:reallocf (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/stdlib/
H A Dreallocf.c31 reallocf(void *ptr, size_t size) function
/freebsd-current/contrib/dma/
H A Ddfcompat.c94 reallocf(void *ptr, size_t size) function
/freebsd-current/sys/kern/
H A Dkern_malloc.c1050 reallocf(void *addr, size_t size, struct malloc_type *mtp, int flags) function
/freebsd-current/stand/libsa/
H A Dstand.h482 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro
489 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro

Completed in 173 milliseconds