| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_fixture_malloc_overrides.h | 13 #define realloc unity_realloc macro
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_malloc.h | 35 void *(*realloc)(void *, size_t, size_t, bool); member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 78 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument 167 void *(*realloc)(void *oldMem, uptr bytes); member 181 void *(*realloc)(void *oldMem, uptr bytes); member
|
| H A D | asan_malloc_win_thunk.cpp | 100 STATIC_MALLOC_INTERFACE void *realloc(void *const ptr, const size_t size) { in realloc() function
|
| H A D | asan_malloc_win.cpp | 109 __declspec(noinline) void *realloc(void *ptr, size_t size) { in realloc() function
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 1598 #define realloc(X, Y) rk_realloc((X), (Y)) macro
|
| /freebsd/contrib/file/src/ |
| H A D | memtest.c | 79 realloc(void *q, size_t len) in realloc() function
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wrapper_malloc.h | 168 #define realloc(ptr, size) \ macro
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.alloc.c | 60 # define realloc frealloc macro 386 realloc(ptr_t cp, size_t nbytes) in realloc() function
|
| H A D | tc.os.h | 454 # define realloc tcsh_realloc macro
|
| H A D | sh.h | 330 # define realloc __realloc macro 485 # define realloc lint_realloc macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | freelist_heap.h | 160 LIBC_INLINE void *FreeListHeap::realloc(void *ptr, size_t size) { in realloc() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_malloc_linux.cpp | 56 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
|
| /freebsd/contrib/unbound/util/ |
| H A D | alloc.h | 196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
|
| /freebsd/contrib/unbound/ |
| H A D | config.h.in | 1636 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 391 # define realloc je_realloc global() macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 55 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
|
| /freebsd/stand/libsa/ |
| H A D | stand.h | 498 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro 505 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_interceptors.cpp | 119 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | os.h | 661 #define realloc OS_DO_NOT_USE_realloc macro
|
| /freebsd/sys/net/ |
| H A D | pfil.c | 152 bool realloc = false; in pfil_mem_common() local
|
| /freebsd/sys/kern/ |
| H A D | kern_malloc.c | 1008 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) in realloc() function
|
| /freebsd/lib/libunbound/ |
| H A D | config.h | 1637 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
|
| /freebsd/kerberos5/include/ |
| H A D | config.h | 1603 #define realloc(X, Y) rk_realloc((X), (Y)) macro
|