Home
last modified time | relevance | path

Searched refs:InternalRealloc (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h44 void *InternalRealloc(void *p, uptr size,
Dsanitizer_allocator.cpp166 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
189 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h50 void *InternalRealloc(void *p, uptr size,
Dsanitizer_allocator.cc132 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cc35 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
Dtsan_interceptors.cc617 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cpp35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
Dtsan_interceptors_posix.cpp681 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()