Home
last modified time | relevance | path

Searched defs:new_p (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp166 void *new_p = DFsanAllocate(new_size, alignment, false /*zeroise*/); in DFsanReallocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp137 void *new_p = in Reallocate() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp302 void *new_p = user_alloc_internal(thr, pc, sz); in user_realloc() local
/freebsd/contrib/tcsh/
H A Dsh.c172 char *new, *new_p; in add_localedir_to_nlspath() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp285 void *new_p = MsanAllocate(stack, new_size, alignment, false /*zeroise*/); in MsanReallocate() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c2985 BIGNUM *new_d, *new_p, *new_q, *new_dmp1, *new_dmq1, *new_iqmp, *n, *e; in match_keys_rsa() local