Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp31 InternalFree(module); in Clear()
32 InternalFree(function); in Clear()
33 InternalFree(file); in Clear()
69 InternalFree(this);
77 InternalFree(module); in Clear()
78 InternalFree(file); in Clear()
79 InternalFree(name); in Clear()
84 InternalFree(module); in Clear()
86 InternalFree(local.function_name); in Clear()
87 InternalFree(loca in Clear()
[all...]
H A Dsanitizer_symbolizer_mac.cpp125 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);
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()
328 InternalFree(file_line_info); in ParseSymbolizePCOutput()
346 InternalFree(function_name); in ParseSymbolizePCOutput()
368 InternalFree(info->function);
372 InternalFree(info->file);
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.cpp102 InternalFree(file_path); in SanitizerDumpCoverage()
103 InternalFree(module_name); in SanitizerDumpCoverage()
104 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.cpp182 InternalFree(full_name_); in clear()
192 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.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mibmap.cpp44 InternalFree((void *)ShorterHistogram); in InsertOrMerge()
H A Dmemprof_rawprofile.cpp178 InternalFree((void *)((*h)->mib.AccessHistogram)); in SerializeMIBInfoToBuffer()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp42 InternalFree(proc); in ProcDestroy()
H A Dtsan_sync.cpp178 InternalFree(s->clock, &cache); in ResetClocks()
182 InternalFree(s->read_clock, &cache); in ResetClocks()
H A Dtsan_malloc_mac.cpp72 if (in_symbolizer()) return InternalFree(ptr); \
H A Dtsan_new_delete.cpp118 return InternalFree(ptr); \
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp28 static void InternalFreeWrapper(void *ptr) { __sanitizer::InternalFree(ptr); } in InternalFreeWrapper()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp156 __sanitizer::InternalFree(Current); in freeArenaList()
323 __sanitizer::InternalFree(C); in __llvm_ctx_profile_free()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp172 InternalFree(newcond); in init_cond()
220 InternalFree(cond); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp256 InternalFree(arg); in HwasanThreadStartFunc()
289 InternalFree(A); in INTERCEPTOR()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp32 void FreeImpl(void *p) { InternalFree(p); } in FreeImpl()

12