HomeSort by relevance Sort by last modified time
    Searched refs:InternalFree (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 49 InternalFree(module);
50 InternalFree(function);
51 InternalFree(file);
sanitizer_allocator_internal.h 62 void InternalFree(void *p, InternalAllocatorCache *cache = 0);
sanitizer_symbolizer_libbacktrace.cc 57 InternalFree(data->buf);
77 InternalFree(data.buf);
81 InternalFree(data.buf);
sanitizer_symbolizer_posix_libcdep.cc 82 InternalFree(buff);
93 InternalFree(buff);
470 InternalFree(res_buff);
555 InternalFree(file_line_info);
560 InternalFree(info->function);
564 InternalFree(info->file);
sanitizer_allocator.cc 102 void InternalFree(void *addr, InternalAllocatorCache *cache) {
sanitizer_coverage_mapping_libcdep.cc 94 InternalFree(module_name);
sanitizer_deadlock_detector1.cc 89 InternalFree(lt);
sanitizer_addrhashmap.h 271 InternalFree(add);
sanitizer_coverage_libcdep.cc 323 InternalFree(module_name);
sanitizer_deadlock_detector2.cc 150 InternalFree(lt);
sanitizer_linux.cc 855 InternalFree(copy);
  /external/compiler-rt/lib/msan/
msan_report.cc 51 InternalFree(s);
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 188 InternalFree(true_path);
sanitizer_allocator_test.cc 613 InternalFree(p);
614 InternalFree(p2);
628 InternalFree(ptrs[i]);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 55 InternalFree(p);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 178 InternalFree(p, &thr->internal_alloc_cache);

Completed in 249 milliseconds