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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h44 void *InternalRealloc(void *p, uptr size,
H A Dsanitizer_allocator.cpp159 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { function in namespace:__sanitizer
182 return InternalRealloc(addr, count * size, cache);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors_posix.cpp677 return InternalRealloc(p, size);

Completed in 319 milliseconds