Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h59 void *InternalRealloc(void *p, uptr size,
H A Dsanitizer_allocator.cc160 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc36 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors.cc698 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()