| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.cpp | 31 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 D | sanitizer_symbolizer_mac.cpp | 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);
|
| 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() 328 InternalFree(file_line_info); in ParseSymbolizePCOutput() 346 InternalFree(function_name); in ParseSymbolizePCOutput() 368 InternalFree(info->function); 372 InternalFree(info->file);
|
| 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 | 102 InternalFree(file_path); in SanitizerDumpCoverage() 103 InternalFree(module_name); in SanitizerDumpCoverage() 104 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 | 182 InternalFree(full_name_); in clear() 192 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 | |
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_mibmap.cpp | 44 InternalFree((void *)ShorterHistogram); in InsertOrMerge()
|
| H A D | memprof_rawprofile.cpp | 178 InternalFree((void *)((*h)->mib.AccessHistogram)); in SerializeMIBInfoToBuffer()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_proc.cpp | 42 InternalFree(proc); in ProcDestroy()
|
| 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_malloc_mac.cpp | 72 if (in_symbolizer()) return InternalFree(ptr); \
|
| H A D | tsan_new_delete.cpp | 118 return InternalFree(ptr); \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_context.cpp | 28 static void InternalFreeWrapper(void *ptr) { __sanitizer::InternalFree(ptr); } in InternalFreeWrapper()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.cpp | 156 __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 D | dd_interceptors.cpp | 172 InternalFree(newcond); in init_cond() 220 InternalFree(cond); in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 256 InternalFree(arg); in HwasanThreadStartFunc() 289 InternalFree(A); in INTERCEPTOR()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 32 void FreeImpl(void *p) { InternalFree(p); } in FreeImpl()
|