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
7280
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
charptr.h
41
/* Set memory pointer to null after
free
() */
42
#define zzd_attr(a) {if ( *(a)!=NULL ) {
free
(*(a)); *(a)=NULL; }; }
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
charptr.h
41
/* Set memory pointer to null after
free
() */
42
#define zzd_attr(a) {if ( *(a)!=NULL ) {
free
(*(a)); *(a)=NULL; }; }
/external/clang/test/CodeGenCXX/
debug-info-access.cpp
37
// CHECK: !DISubprogram(name: "
free
",
40
void
free
() {}
function
/external/compiler-rt/test/asan/TestCases/Darwin/
dladdr-demangling.cc
14
free
(x);
17
// CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-
free
on address}}
suppressions-darwin.cc
29
free
(a);
suppressions-sandbox.cc
20
free
(a);
/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);
Completed in 1566 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>