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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_symbolizer_test.cc 27 InternalFree(token);
32 InternalFree(token);
55 InternalFree(token);
sanitizer_allocator_test.cc 611 InternalFree(p);
612 InternalFree(p2);
626 InternalFree(ptrs[i]);
632 InternalFree(p);
sanitizer_common_test.cc 188 InternalFree(true_path);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 29 InternalFree(module);
30 InternalFree(function);
31 InternalFree(file);
54 InternalFree(this);
62 InternalFree(module);
63 InternalFree(name);
sanitizer_symbolizer_mac.cc 105 InternalFree(trim);
115 InternalFree(function_name);
124 InternalFree(extracted_line_number);
127 InternalFree(trim);
sanitizer_allocator_internal.h 49 void InternalFree(void *p, InternalAllocatorCache *cache = 0);
sanitizer_symbolizer_libcdep.cc 36 InternalFree(buff);
46 InternalFree(buff);
sanitizer_symbolizer_posix_libcdep.cc 92 InternalFree(file_line_info);
97 InternalFree(info->function);
101 InternalFree(info->file);
327 InternalFree(res_buff);
sanitizer_symbolizer_libbacktrace.cc 59 InternalFree(data->buf);
79 InternalFree(data.buf);
83 InternalFree(data.buf);
sanitizer_allocator.cc 101 void InternalFree(void *addr, InternalAllocatorCache *cache) {
sanitizer_common.cc 258 InternalFree(full_name_);
263 InternalFree(r);
sanitizer_deadlock_detector1.cc 90 InternalFree(lt);
sanitizer_addrhashmap.h 271 InternalFree(add);
sanitizer_deadlock_detector2.cc 150 InternalFree(lt);
sanitizer_linux.cc 900 InternalFree(copy);
  /external/compiler-rt/lib/msan/
msan_report.cc 51 InternalFree(s);
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 40 InternalFree(p);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 180 InternalFree(p, &thr->internal_alloc_cache);

Completed in 233 milliseconds