Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp134 void *new_p = in Reallocate() local
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp155 void *new_p = DFsanAllocate(new_size, alignment, false /*zeroise*/); in DFsanReallocate() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp266 void *new_p = user_alloc_internal(thr, pc, sz); in user_realloc() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp288 void *new_p = user_alloc_internal(thr, pc, sz); in user_realloc() local
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp248 void *new_p = MsanAllocate(stack, new_size, alignment, false /*zeroise*/); in MsanReallocate() local