Searched defs:new_p (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 166 void *new_p = DFsanAllocate(new_size, alignment, false /*zeroise*/); in DFsanReallocate() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 137 void *new_p = in Reallocate() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cpp | 302 void *new_p = user_alloc_internal(thr, pc, sz); in user_realloc() local
|
/freebsd/contrib/tcsh/ |
H A D | sh.c | 172 char *new, *new_p; in add_localedir_to_nlspath() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 285 void *new_p = MsanAllocate(stack, new_size, alignment, false /*zeroise*/); in MsanReallocate() local
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crypto.c | 2985 BIGNUM *new_d, *new_p, *new_q, *new_dmp1, *new_dmq1, *new_iqmp, *n, *e; in match_keys_rsa() local
|