Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp154 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
170 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
H A Dsanitizer_allocator_internal.h44 void *InternalRealloc(void *p, uptr size,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h56 void *InternalRealloc(void *p, uptr size,
H A Dsanitizer_allocator.cc158 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc36 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors.cc703 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cc34 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors.cc692 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cpp35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
H A Dtsan_interceptors_posix.cpp676 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()