Home
last modified time | relevance | path

Searched refs:InternalFree (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp29 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 Dsanitizer_symbolizer_mac.cpp122 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 Dsanitizer_vector.h30 InternalFree(begin_); in ~Vector()
35 InternalFree(begin_); in Reset()
112 InternalFree(begin_); in EnsureSize()
H A Dsanitizer_symbolizer_libcdep.cpp48 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 Dsanitizer_symbolizer_libbacktrace.cpp58 InternalFree(data->buf); in CplusV3DemangleCallback()
78 InternalFree(data.buf); in CplusV3Demangle()
82 InternalFree(data.buf); in CplusV3Demangle()
H A Dsanitizer_coverage_libcdep_new.cpp101 InternalFree(file_path); in SanitizerDumpCoverage()
102 InternalFree(module_name); in SanitizerDumpCoverage()
103 InternalFree(pcs); in SanitizerDumpCoverage()
H A Dsanitizer_allocator_internal.h50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
H A Dsanitizer_allocator_dlsym.h53 InternalFree(ptr); in Free()
H A Dsanitizer_common.cpp161 InternalFree(full_name_); in clear()
171 InternalFree(r); in clear()
H A Dsanitizer_allocator.cpp125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree() function
H A Dsanitizer_deadlock_detector1.cpp89 InternalFree(lt); in DestroyLogicalThread()
H A Dsanitizer_symbolizer_posix_libcdep.cpp382 InternalFree(res_buff); in Demangle()
H A Dsanitizer_addrhashmap.h321 InternalFree(add); in acquire()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cpp26 InternalFree(token); in TEST()
31 InternalFree(token); in TEST()
54 InternalFree(token); in TEST()
H A Dsanitizer_common_test.cpp332 InternalFree(true_path); in TEST()
341 InternalFree(ntdll_path); in TEST()
375 InternalFree(buffer_copy); in TEST()
H A Dsanitizer_allocator_test.cpp917 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 Dtsan_rtl_proc.cpp42 InternalFree(proc); in ProcDestroy()
H A Dtsan_malloc_mac.cpp57 if (in_symbolizer()) return InternalFree(ptr); \
H A Dtsan_sync.cpp178 InternalFree(s->clock, &cache); in ResetClocks()
182 InternalFree(s->read_clock, &cache); in ResetClocks()
H A Dtsan_new_delete.cpp118 return InternalFree(ptr); \
H A Dtsan_mman.cpp396 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp172 InternalFree(newcond); in init_cond()
220 InternalFree(cond); in INTERCEPTOR()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.cpp133 InternalFree(LW); in Close()
H A Dxray_basic_logging.cpp344 InternalFree(TLD.InMemoryBuffer); in TLDDestructor()
346 InternalFree(TLD.ShadowStack); in TLDDestructor()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp32 void FreeImpl(void *p) { InternalFree(p); } in FreeImpl()

12