Searched refs:InternalFree (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp28 InternalFree(module);
29 InternalFree(function);
30 InternalFree(file);
55 InternalFree(this);
63 InternalFree(module);
64 InternalFree(file);
65 InternalFree(name);
70 InternalFree(module);
72 InternalFree(local.function_name);
73 InternalFree(loca
[all...]
H A Dsanitizer_vector.h30 InternalFree(begin_);
35 InternalFree(begin_);
112 InternalFree(begin_);
H A Dsanitizer_allocator_internal.h50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
H A Dsanitizer_symbolizer_mac.cpp164 InternalFree(symbol_name);
165 InternalFree(trim);
172 InternalFree(symbol_name);
182 InternalFree(extracted_line_number);
190 InternalFree(trim);
H A Dsanitizer_symbolizer_libcdep.cpp47 InternalFree(buff);
57 InternalFree(buff);
67 InternalFree(buff);
313 InternalFree(file_line_info);
331 InternalFree(function_name);
353 InternalFree(info->function);
357 InternalFree(info->file);
H A Dsanitizer_coverage_libcdep_new.cpp100 InternalFree(file_path);
101 InternalFree(module_name);
102 InternalFree(pcs);
H A Dsanitizer_symbolizer_libbacktrace.cpp58 InternalFree(data->buf);
78 InternalFree(data.buf);
82 InternalFree(data.buf);
H A Dsanitizer_common.cpp146 InternalFree(full_name_);
156 InternalFree(r);
H A Dsanitizer_allocator.cpp198 void InternalFree(void *addr, InternalAllocatorCache *cache) { function in namespace:__sanitizer
H A Dsanitizer_deadlock_detector1.cpp89 InternalFree(lt);
H A Dsanitizer_symbolizer_posix_libcdep.cpp373 InternalFree(res_buff);
H A Dsanitizer_addrhashmap.h282 InternalFree(add);
H A Dsanitizer_deadlock_detector2.cpp145 InternalFree(lt);
H A Dsanitizer_common_interceptors.inc6246 InternalFree(wrapped_cookie);
9435 InternalFree(wrapped_cookie);
9519 InternalFree(wrapped_cookie);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp43 InternalFree(proc);
H A Dtsan_malloc_mac.cpp57 if (in_symbolizer()) return InternalFree(ptr); \
H A Dtsan_new_delete.cpp118 return InternalFree(ptr); \
H A Dtsan_mman.cpp357 InternalFree(p, &thr->proc()->internal_alloc_cache);
H A Dtsan_interceptors_posix.cpp388 InternalFree(ctx);
395 InternalFree(ctx);
455 InternalFree(ctx);
706 return InternalFree(p);
716 return InternalFree(p);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp132 InternalFree(LW);
H A Dxray_basic_logging.cpp344 InternalFree(TLD.InMemoryBuffer);
346 InternalFree(TLD.ShadowStack);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp49 InternalFree(s);
H A Dmsan_interceptors.cpp1119 InternalFree(r);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp35 InternalFree(p);

Completed in 266 milliseconds