reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h
   50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);

References

projects/compiler-rt/lib/msan/msan_interceptors.cpp
 1129   InternalFree(r);
projects/compiler-rt/lib/msan/msan_report.cpp
   49   InternalFree(s);
projects/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
  282     InternalFree(add);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
  146   InternalFree(full_name_);
  156     InternalFree(r);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 6182   InternalFree(wrapped_cookie);
projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
  100   InternalFree(file_path);
  101   InternalFree(module_name);
  102   InternalFree(pcs);
projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
   89   InternalFree(lt);
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
   28   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(local.name);
   74     InternalFree(local.decl_file);
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
   47   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);
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
  368           InternalFree(res_buff);
projects/compiler-rt/lib/sanitizer_common/sanitizer_vector.h
   30       InternalFree(begin_);
  112       InternalFree(begin_);
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  387   InternalFree(ctx);
  394   InternalFree(ctx);
  454   InternalFree(ctx);
  705     return InternalFree(p);
  715     return InternalFree(p);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  348   InternalFree(p, &thr->proc()->internal_alloc_cache);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp
   43   InternalFree(proc);
projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  344       InternalFree(TLD.InMemoryBuffer);
  346       InternalFree(TLD.ShadowStack);