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
7852
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.single/
sized_delete_fsizeddeallocation.sh.cpp
43
std::
free
(p);
49
std::
free
(p);
55
std::
free
(p);
/external/clang/test/Analysis/
malloc.c
26
void
free
(void *);
51
free
(p);
52
free
(p); // expected-warning{{Attempt to
free
released memory}}
58
realloc(p,0); // expected-warning{{Attempt to
free
released memory}}
98
free
(p);
100
free
(r);
108
free
(p); // expected-warning {{Attempt to
free
released memory}}
110
free
(r)
[
all
...]
/bionic/libc/bionic/
new.cpp
43
free
(ptr);
47
free
(ptr);
59
free
(ptr);
63
free
(ptr);
sched_cpualloc.c
42
free
(set);
/device/google/contexthub/firmware/os/cpu/cortexm4/
pendsv.c
26
int32_t i,
free
= -1;
local
28
//check for dupes and also look fro a
free
slot
31
free
= i;
37
if (
free
< 0)
40
mSubscribers[
free
] = cbk;
/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
Completed in 497 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>