OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free
(Results
251 - 275
of
7280
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/tutorials/ReverseDebug/
main.c
43
free
(p);
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
BaseMemAllocation.c
39
void
free
(void *ptr)
function
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcsftime.c
99
free
(sformat);
100
free
(dst);
105
free
(sformat);
106
free
(dst);
/external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h
82
/** Pointer to a function that knows how to
free
resources of an ANTLR3 parser.
84
void (*
free
) (struct ANTLR3_PARSER_struct * parser);
member in struct:ANTLR3_PARSER_struct
antlr3parsetree.h
76
void (*
free
) (struct ANTLR3_PARSE_TREE_struct * tree);
member in struct:ANTLR3_PARSE_TREE_struct
antlr3treeparser.h
71
/** Pointer to a function that knows how to
free
resources of an ANTLR3 tree parser.
73
void (*
free
) (struct ANTLR3_TREE_PARSER_struct * parser);
member in struct:ANTLR3_TREE_PARSER_struct
/external/antlr/antlr-3.4/runtime/C/src/
antlr3intstream.c
54
stream->
free
= freeStream;
/external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java
37
* Get the first
free
instance of a string buffer, or create one
38
* if there are no
free
instances.
52
public synchronized static void
free
(FastStringBuffer sb)
method in class:StringBufferPool
/external/c-ares/
ares_parse_a_reply.c
93
free
(hostname);
105
free
(hostname);
111
free
(hostname);
112
free
(addrs);
135
free
(rr_name);
153
free
(rr_name);
164
free
(rr_name);
181
free
(rr_name);
189
free
(hostname);
197
free
(rr_name)
[
all
...]
/external/clang/test/Analysis/
Malloc+MismatchedDeallocator_intersections.cpp
6
void
free
(void *);
/external/compiler-rt/test/asan/TestCases/Linux/
interception_malloc_test.cc
19
free
(x);
22
// CHECK: heap-use-after-
free
interception_test.cc
18
free
(x);
21
// CHECK: heap-use-after-
free
pthread_create_version.cc
21
free
(p);
/external/compiler-rt/test/asan/TestCases/Posix/
asprintf.cc
16
free
(p);
free_hook_realloc.cc
1
// Check that
free
hook doesn't conflict with Realloc.
25
// Verify that
free
hook was called and didn't spoil the memory.
30
free
(y);
/external/compiler-rt/test/asan/TestCases/Windows/
bitfield.cc
19
free
(s);
bitfield_uaf.cc
15
// CHECK: AddressSanitizer: heap-use-after-
free
on address [[ADDR:0x[0-9a-f]+]]
23
free
(s);
26
// CHECK: {{#0 .*
free
}}
free_hook_realloc.cc
1
// Check that
free
hook doesn't conflict with Realloc.
28
// Verify that
free
hook was called and didn't spoil the memory.
33
free
(y);
/external/compiler-rt/test/asan/TestCases/
printf-2.c
20
free
(p);
24
// CHECK-ON: heap-use-after-
free
strchr_strict.c
20
free
(s);
suppressions-library.cc
32
free
(a);
39
// CHECK-CRASH: AddressSanitizer: heap-use-after-
free
41
// CHECK-IGNORE-NOT: AddressSanitizer: heap-use-after-
free
time_interceptor.cc
14
free
(tm);
17
// CHECK: use-after-
free
/external/compiler-rt/test/msan/
death-callback.cc
21
free
(p);
/external/compiler-rt/test/scudo/
alignment.cpp
20
free
(reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(p) | 8));
/external/compiler-rt/test/tsan/
mutex_lock_destroyed.cc
17
free
(m);
Completed in 1874 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>