| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 29 InternalFree(module); in Clear() 30 InternalFree(function); in Clear() 31 InternalFree(file); in Clear() 67 InternalFree(this); in ClearAll() 75 InternalFree(module); in Clear() 76 InternalFree(file); in Clear() 77 InternalFree(name); in Clear() 82 InternalFree(module); in Clear() 84 InternalFree(local.function_name); in Clear() 85 InternalFree(local.name); in Clear() [all …]
|
| H A D | sanitizer_symbolizer_mac.cpp | 122 InternalFree(symbol_name); in ParseCommandOutput() 123 InternalFree(trim); in ParseCommandOutput() 130 InternalFree(symbol_name); in ParseCommandOutput() 140 InternalFree(extracted_line_number); in ParseCommandOutput() 148 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() 318 InternalFree(file_line_info); in ParseFileLineInfo() 336 InternalFree(function_name); in ParseSymbolizePCOutput() 358 InternalFree(info->function); in ParseSymbolizePCOutput() 362 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 | 101 InternalFree(file_path); in SanitizerDumpCoverage() 102 InternalFree(module_name); in SanitizerDumpCoverage() 103 InternalFree(pcs); in SanitizerDumpCoverage()
|
| H A D | sanitizer_allocator_internal.h | 50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
|
| H A D | sanitizer_allocator_dlsym.h | 53 InternalFree(ptr); in Free()
|
| H A D | sanitizer_common.cpp | 161 InternalFree(full_name_); in clear() 171 InternalFree(r); in clear()
|
| H A D | sanitizer_allocator.cpp | 125 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 | 382 InternalFree(res_buff); in Demangle()
|
| H A D | sanitizer_addrhashmap.h | 321 InternalFree(add); in acquire()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_symbolizer_test.cpp | 26 InternalFree(token); in TEST() 31 InternalFree(token); in TEST() 54 InternalFree(token); in TEST()
|
| H A D | sanitizer_common_test.cpp | 332 InternalFree(true_path); in TEST() 341 InternalFree(ntdll_path); in TEST() 375 InternalFree(buffer_copy); in TEST()
|
| H A D | sanitizer_allocator_test.cpp | 917 InternalFree(p); in TEST() 918 InternalFree(p2); in TEST() 932 InternalFree(ptrs[i]); in TEST() 938 InternalFree(p); in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_proc.cpp | 42 InternalFree(proc); in ProcDestroy()
|
| H A D | tsan_malloc_mac.cpp | 57 if (in_symbolizer()) return InternalFree(ptr); \
|
| H A D | tsan_sync.cpp | 178 InternalFree(s->clock, &cache); in ResetClocks() 182 InternalFree(s->read_clock, &cache); in ResetClocks()
|
| H A D | tsan_new_delete.cpp | 118 return InternalFree(ptr); \
|
| H A D | tsan_mman.cpp | 396 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 172 InternalFree(newcond); in init_cond() 220 InternalFree(cond); in INTERCEPTOR()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 32 void FreeImpl(void *p) { InternalFree(p); } in FreeImpl()
|