Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
109 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
H A Dsanitizer_allocator_internal.h44 void *InternalRealloc(void *p, uptr size,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp40 if (in_symbolizer()) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors_posix.cpp695 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()