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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 22 InternalFree(module);
23 InternalFree(function);
24 InternalFree(file);
73 InternalFree(buff);
84 InternalFree(buff);
265 InternalFree(file_line_info);
270 InternalFree(info->function);
274 InternalFree(info->file);
sanitizer_allocator.cc 43 void InternalFree(void *addr) {
sanitizer_stoptheworld_linux.cc 159 InternalFree(mem);
164 InternalFree(mem);
sanitizer_common.h 62 void InternalFree(void *p);
  /external/compiler-rt/lib/msan/
msan_report.cc 66 InternalFree(s);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 51 InternalFree(p);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 207 InternalFree(p);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 536 InternalFree(p);
537 InternalFree(p2);
551 InternalFree(ptrs[i]);

Completed in 104 milliseconds