HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 101 - 125 of 5033) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Windows/
intercept_strdup.cc 26 free(ptr);
  /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 19 free(x);
22 // 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 39 free(x);
suppressions-exec-relative-location.cc 35 free(a);
44 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
suppressions-function.cc 17 free(a);
26 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
28 // 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
  /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/tsan/
free_race2.c 5 free(mem);
19 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
24 // CHECK: #0 free
  /external/elfutils/src/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
44 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);
  /external/linux-tools-perf/src/tools/perf/tests/
python-use.c 21 free(cmd);
  /external/valgrind/memcheck/tests/
accounting.c 20 free(p);
big_blocks_freed_list.c 17 the free list is found by memcheck (still on the free list). */
20 free(semi_big);
21 free(big);
26 by doing big alloc/free. */
28 free(small);
31 but not for the big block, which has been removed from the free list
40 free(big);
holey_buffer_too_small.c 22 free(a);
28 free(a);
34 free(a);
40 free(a);
leak-0.c 22 free(foo);
  /external/valgrind/memcheck/tests/x86/
pushpopmem.c 26 free(y);
27 free(z);
51 free(y);
52 free(z);
  /external/valgrind/none/tests/
timestamp.c 8 free(x);
  /external/vboot_reference/firmware/stub/
vboot_api_stub_static_sf.c 28 free(ptr);

Completed in 188 milliseconds

1 2 3 45 6 7 8 91011>>