Home
last modified time | relevance | path

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

123

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cpp28 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 …]
Dsanitizer_symbolizer_mac.cpp171 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()
Dsanitizer_vector.h30 InternalFree(begin_); in ~Vector()
35 InternalFree(begin_); in Reset()
112 InternalFree(begin_); in EnsureSize()
Dsanitizer_symbolizer_libcdep.cpp48 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()
Dsanitizer_coverage_libcdep_new.cpp100 InternalFree(file_path); in SanitizerDumpCoverage()
101 InternalFree(module_name); in SanitizerDumpCoverage()
102 InternalFree(pcs); in SanitizerDumpCoverage()
Dsanitizer_symbolizer_libbacktrace.cpp58 InternalFree(data->buf); in CplusV3DemangleCallback()
78 InternalFree(data.buf); in CplusV3Demangle()
82 InternalFree(data.buf); in CplusV3Demangle()
Dsanitizer_allocator_internal.h50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
Dsanitizer_common.cpp146 InternalFree(full_name_); in clear()
156 InternalFree(r); in clear()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cc29 InternalFree(module); in Clear()
30 InternalFree(function); in Clear()
31 InternalFree(file); in Clear()
54 InternalFree(this); in ClearAll()
62 InternalFree(module); in Clear()
63 InternalFree(file); in Clear()
64 InternalFree(name); in Clear()
Dsanitizer_symbolizer_mac.cc102 InternalFree(symbol_name); in ParseCommandOutput()
103 InternalFree(trim); in ParseCommandOutput()
110 InternalFree(symbol_name); in ParseCommandOutput()
120 InternalFree(extracted_line_number); in ParseCommandOutput()
128 InternalFree(trim); in ParseCommandOutput()
Dsanitizer_symbolizer_libcdep.cc36 InternalFree(buff); in ExtractInt()
46 InternalFree(buff); in ExtractUptr()
264 InternalFree(file_line_info); in ParseFileLineInfo()
282 InternalFree(function_name); in ParseSymbolizePCOutput()
303 InternalFree(info->function); in ParseSymbolizePCOutput()
307 InternalFree(info->file); in ParseSymbolizePCOutput()
Dsanitizer_symbolizer_libbacktrace.cc59 InternalFree(data->buf); in CplusV3DemangleCallback()
79 InternalFree(data.buf); in CplusV3Demangle()
83 InternalFree(data.buf); in CplusV3Demangle()
Dsanitizer_allocator_internal.h54 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
Dsanitizer_common.cc258 InternalFree(full_name_); in clear()
263 InternalFree(r); in clear()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_symbolizer_test.cpp26 InternalFree(token); in TEST()
31 InternalFree(token); in TEST()
54 InternalFree(token); in TEST()
Dsanitizer_common_test.cpp282 InternalFree(true_path); in TEST()
291 InternalFree(ntdll_path); in TEST()
325 InternalFree(buffer_copy); in TEST()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_symbolizer_test.cc27 InternalFree(token); in TEST()
32 InternalFree(token); in TEST()
55 InternalFree(token); in TEST()
Dsanitizer_common_test.cc188 InternalFree(true_path); in TEST()
197 InternalFree(ntdll_path); in TEST()
231 InternalFree(buffer_copy); in TEST()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cpp43 InternalFree(proc); in ProcDestroy()
Dtsan_malloc_mac.cpp57 if (in_symbolizer()) return InternalFree(ptr); \
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc44 InternalFree(proc); in ProcDestroy()
Dtsan_malloc_mac.cc48 if (cur_thread()->in_symbolizer) return InternalFree(ptr); \
Dtsan_new_delete.cc65 return InternalFree(ptr); \
/external/llvm-project/compiler-rt/lib/xray/
Dxray_utils.cpp132 InternalFree(LW); in Close()
Dxray_basic_logging.cpp344 InternalFree(TLD.InMemoryBuffer); in TLDDestructor()
346 InternalFree(TLD.ShadowStack); in TLDDestructor()

123