Searched defs:new_p (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_combined.h | 108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 134 void *new_p = in Reallocate() local
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 155 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 D | tsan_mman.cpp | 266 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 D | tsan_mman.cpp | 288 void *new_p = user_alloc_internal(thr, pc, sz); in user_realloc() local
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 248 void *new_p = MsanAllocate(stack, new_size, alignment, false /*zeroise*/); in MsanReallocate() local
|