| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 28 InternalFree(module); in Clear() 29 InternalFree(function); in Clear() 30 InternalFree(file); in Clear() 55 InternalFree(this); in ClearAll() 63 InternalFree(module); in Clear() 64 InternalFree(file); in Clear() 65 InternalFree(name); in Clear() 70 InternalFree(module); in Clear() 72 InternalFree(local.function_name); in Clear() 73 InternalFree(local.name); in Clear() [all …]
|
| H A D | sanitizer_symbolizer_mac.cpp | 171 InternalFree(symbol_name); in ParseCommandOutput() 172 InternalFree(trim); in ParseCommandOutput() 179 InternalFree(symbol_name); in ParseCommandOutput() 189 InternalFree(extracted_line_number); in ParseCommandOutput() 197 InternalFree(trim); in ParseCommandOutput()
|
| H A D | sanitizer_vector.h | 30 InternalFree(begin_); in ~Vector() 35 InternalFree(begin_); in Reset() 112 InternalFree(begin_); in EnsureSize()
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 48 InternalFree(buff); in ExtractInt() 58 InternalFree(buff); in ExtractUptr() 68 InternalFree(buff); in ExtractSptr() 316 InternalFree(file_line_info); in ParseFileLineInfo() 334 InternalFree(function_name); in ParseSymbolizePCOutput() 356 InternalFree(info->function); in ParseSymbolizePCOutput() 360 InternalFree(info->file); in ParseSymbolizePCOutput()
|
| H A D | sanitizer_symbolizer_libbacktrace.cpp | 58 InternalFree(data->buf); in CplusV3DemangleCallback() 78 InternalFree(data.buf); in CplusV3Demangle() 82 InternalFree(data.buf); in CplusV3Demangle()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 100 InternalFree(file_path); in SanitizerDumpCoverage() 101 InternalFree(module_name); in SanitizerDumpCoverage() 102 InternalFree(pcs); in SanitizerDumpCoverage()
|
| H A D | sanitizer_allocator_internal.h | 50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
|
| H A D | sanitizer_common.cpp | 145 InternalFree(full_name_); in clear() 155 InternalFree(r); in clear()
|
| H A D | sanitizer_allocator.cpp | 186 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree() function
|
| H A D | sanitizer_deadlock_detector1.cpp | 89 InternalFree(lt); in DestroyLogicalThread()
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 373 InternalFree(res_buff); in Demangle()
|
| H A D | sanitizer_addrhashmap.h | 282 InternalFree(add); in acquire()
|
| H A D | sanitizer_deadlock_detector2.cpp | 145 InternalFree(lt); in DestroyLogicalThread()
|
| H A D | sanitizer_common_interceptors.inc | 5962 InternalFree(*wrap); 6449 InternalFree(wrapped_cookie); 9638 InternalFree(wrapped_cookie); 9722 InternalFree(wrapped_cookie);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_proc.cpp | 43 InternalFree(proc); in ProcDestroy()
|
| H A D | tsan_malloc_mac.cpp | 57 if (in_symbolizer()) return InternalFree(ptr); \
|
| H A D | tsan_new_delete.cpp | 118 return InternalFree(ptr); \
|
| H A D | tsan_mman.cpp | 354 InternalFree(p, &thr->proc()->internal_alloc_cache); in internal_free()
|
| H A D | tsan_interceptors_posix.cpp | 393 InternalFree(ctx); in at_exit_wrapper() 400 InternalFree(ctx); in cxa_at_exit_wrapper() 463 InternalFree(ctx); in on_exit_wrapper() 717 return InternalFree(p); in TSAN_INTERCEPTOR() 727 return InternalFree(p); in TSAN_INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 172 InternalFree(newcond); in init_cond() 220 InternalFree(cond); in INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_utils.cpp | 133 InternalFree(LW); in Close()
|
| H A D | xray_basic_logging.cpp | 344 InternalFree(TLD.InMemoryBuffer); in TLDDestructor() 346 InternalFree(TLD.ShadowStack); in TLDDestructor()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_report.cpp | 49 InternalFree(s); in DescribeStackOrigin()
|
| H A D | msan_interceptors.cpp | 1120 InternalFree(r); in MSanAtExitWrapper()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 35 InternalFree(p); in internal_free()
|