Searched defs:reallocf (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | reallocf.c | 31 reallocf(void *ptr, size_t size) in reallocf() function
|
/freebsd/contrib/dma/ |
H A D | dfcompat.c | 94 reallocf(void *ptr, size_t size) in reallocf() function
|
/freebsd/stand/libsa/ |
H A D | stand.h | 487 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) macro 494 #define reallocf(x, y) Reallocf(x, y, NULL, 0) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 299 INTERCEPTOR(void *, reallocf, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
|
/freebsd/sys/kern/ |
H A D | kern_malloc.c | 1064 reallocf(void *addr, size_t size, struct malloc_type *mtp, int flags) in reallocf() function
|