Searched refs:ReportInvalidFree (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_report.h | 26 void ReportInvalidFree(StackTrace *stack, uptr addr);
|
H A D | hwasan_allocator.cpp | 216 ReportInvalidFree(stack, reinterpret_cast<uptr>(tagged_ptr)); in CheckInvalidFree() 239 ReportInvalidFree(stack, reinterpret_cast<uptr>(tagged_ptr)); in HwasanDeallocate()
|
H A D | hwasan_report.cpp | 565 void ReportInvalidFree(StackTrace *stack, uptr tagged_addr) { in ReportInvalidFree() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_allocator.cpp | 623 ReportInvalidFree(ptr, old_chunk_state, stack); in AtomicallySetQuarantineFlagIfAllocated() 730 ReportInvalidFree(old_ptr, chunk_state, stack); in Reallocate() 755 void ReportInvalidFree(void *ptr, u8 chunk_state, BufferedStackTrace *stack) { in ReportInvalidFree() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.cc | 557 ReportInvalidFree(ptr, old_chunk_state, stack); in AtomicallySetQuarantineFlagIfAllocated() 665 ReportInvalidFree(old_ptr, chunk_state, stack); in Reallocate() 690 void ReportInvalidFree(void *ptr, u8 chunk_state, BufferedStackTrace *stack) { in ReportInvalidFree() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.cc | 555 ReportInvalidFree(ptr, old_chunk_state, stack); in AtomicallySetQuarantineFlagIfAllocated() 663 ReportInvalidFree(old_ptr, chunk_state, stack); in Reallocate() 688 void ReportInvalidFree(void *ptr, u8 chunk_state, BufferedStackTrace *stack) { in ReportInvalidFree() function
|