OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free
(Results
126 - 150
of
5893
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/asan/TestCases/
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/tsan/
free_race2.c
5
free
(mem);
19
// CHECK: WARNING: ThreadSanitizer: heap-use-after-
free
24
// CHECK: #0
free
/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);
/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);
/hardware/ti/omap4-aah/
tm.c
34
free
(ptr[1]);
35
free
(ptr[1]);
36
free
(ptr[2]);
38
//
free
(ptr[2]);
39
//
free
(ptr[2]);
42
free
(uaf);
/hardware/ti/omap4xxx/
tm.c
34
free
(ptr[1]);
35
free
(ptr[1]);
36
free
(ptr[2]);
38
//
free
(ptr[2]);
39
//
free
(ptr[2]);
42
free
(uaf);
/libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java
5
* This code is
free
software; you can redistribute it and/or modify it
7
* published by the
Free
Software Foundation. Oracle designates this
18
* 2 along with this work; if not, write to the
Free
Software Foundation,
59
synchronized void
free
() {
method in class:AllocatedNativeObject
/external/clang/test/Analysis/
no-outofbounds.c
24
void
free
(void *);
31
free
(a);
Completed in 328 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>