Home
last modified time | relevance | path

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

/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(name); in Clear()
Dsanitizer_symbolizer_mac.cc117 InternalFree(trim); in ParseCommandOutput()
125 InternalFree(symbol_name); in ParseCommandOutput()
126 InternalFree(trim); in ParseCommandOutput()
133 InternalFree(symbol_name); in ParseCommandOutput()
143 InternalFree(extracted_line_number); in ParseCommandOutput()
151 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.h49 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
Dsanitizer_allocator.cc102 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree() function
Dsanitizer_common.cc342 InternalFree(full_name_); in clear()
347 InternalFree(r); in clear()
Dsanitizer_deadlock_detector1.cc90 InternalFree(lt); in DestroyLogicalThread()
Dsanitizer_symbolizer_posix_libcdep.cc351 InternalFree(res_buff); in Demangle()
Dsanitizer_addrhashmap.h271 InternalFree(add); in acquire()
Dsanitizer_deadlock_detector2.cc150 InternalFree(lt); in DestroyLogicalThread()
Dsanitizer_common_interceptors.inc5109 InternalFree(wrapped_cookie);
/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()
Dsanitizer_allocator_test.cc613 InternalFree(p); in TEST()
614 InternalFree(p2); in TEST()
628 InternalFree(ptrs[i]); in TEST()
634 InternalFree(p); in TEST()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc40 InternalFree(p); in internal_free()
/external/compiler-rt/lib/msan/
Dmsan_report.cc51 InternalFree(s); in DescribeStackOrigin()
Dmsan_interceptors.cc1303 InternalFree(r); in MSanAtExitWrapper()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc199 InternalFree(p, &thr->internal_alloc_cache); in internal_free()