Searched refs:InternalRealloc (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator.cpp | 154 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function 170 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
|
H A D | sanitizer_allocator_internal.h | 44 void *InternalRealloc(void *p, uptr size,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 56 void *InternalRealloc(void *p, uptr size,
|
H A D | sanitizer_allocator.cc | 158 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 59 void *InternalRealloc(void *p, uptr size,
|
H A D | sanitizer_allocator.cc | 160 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cc | 36 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
|
H A D | tsan_interceptors.cc | 703 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cc | 34 if (cur_thread()->in_symbolizer) return InternalRealloc(ptr, size); \
|
H A D | tsan_interceptors.cc | 692 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cpp | 35 if (in_symbolizer()) return InternalRealloc(ptr, size); \
|
H A D | tsan_interceptors_posix.cpp | 676 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()
|