Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp166 void *new_p = DFsanAllocate(new_size, alignment, false /*zeroise*/); DFsanReallocate() local
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp137 void *new_p = in Reallocate() local
/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
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp285 if (new_p) { in MsanReallocate() local