Searched refs:InternalRealloc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator.cpp | 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function 109 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
|
| H A D | sanitizer_allocator_internal.h | 44 void *InternalRealloc(void *p, uptr size,
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_malloc_mac.cpp | 35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
|
| H A D | tsan_interceptors_posix.cpp | 691 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cpp | 35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
|
| H A D | tsan_interceptors_posix.cpp | 696 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
|