HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 126 - 150 of 7693) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
asan_preload_test-1.cc 27 free(p);
asan_rt_confict_test-2.cc 20 free(p);
calloc-preload.c 28 // Asan's free didn't recognize ptr.
29 free(ptr);
  /external/compiler-rt/test/asan/TestCases/Windows/
intercept_strdup.cc 31 free(ptr);
unsymbolized.cc 20 free(x);
22 // CHECK: AddressSanitizer: heap-use-after-free
  /external/compiler-rt/test/asan/TestCases/
frexp_interceptor.cc 11 free(exp);
13 // CHECK: use-after-free
heap-overflow.cc 22 free(x);
huge_negative_hea_oob.cc 11 free(x);
interception_failure_test.cc 20 free(x);
23 // CHECK-NOT: heap-use-after-free
invalid-free.cc 16 free(x + 5); // BOOM
17 // CHECK: AddressSanitizer: attempting free on address{{.*}}in thread T0
18 // CHECK: invalid-free.cc:[[@LINE-2]]
21 // MALLOC-CTX: invalid-free.cc:[[@LINE-8]]
log-path_test.cc 42 free(x);
on_error_callback.cc 14 free(x);
suppressions-exec-relative-location.cc 35 free(a);
44 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
suppressions-function.cc 18 free(a);
27 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
29 // CHECK-IGNORE-NOT: AddressSanitizer: heap-use-after-free
suppressions-interceptor.cc 16 free(a);
21 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
23 // CHECK-IGNORE-NOT: AddressSanitizer: heap-use-after-free
verbose-log-path_test.cc 21 free(x);
  /external/compiler-rt/test/lsan/TestCases/
ignore_object_errors.cc 15 free(p);
  /external/compiler-rt/test/msan/
poison_in_free.cc 12 free(x);
realloc-large-origin.cc 17 free(p);
realloc-origin.cc 13 free(p);
  /external/compiler-rt/test/scudo/
memalign.cpp 27 free(p);
32 free(p);
36 free(p);
40 free(p);
  /external/compiler-rt/test/tsan/
free_race2.c 5 free(mem);
19 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
24 // CHECK: #0 free
  /external/curl/lib/
fileinfo.c 45 free(finfo);
  /external/elfutils/libdw/
dwarf_cfi_end.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
43 free (cache);
  /external/libunwind/src/mi/
Gdestroy_addr_space.c 7 Permission is hereby granted, free of charge, to any person obtaining
39 free (as);

Completed in 278 milliseconds

1 2 3 4 56 7 8 91011>>