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
7852
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/selinux/libsemanage/src/
seuser_record.c
54
free
(tmp_key);
83
free
(key->name);
84
free
(key);
132
free
(seuser->name);
158
free
(seuser->sename);
184
free
(seuser->mls_range);
254
free
(seuser->name);
255
free
(seuser->sename);
256
free
(seuser->mls_range);
257
free
(seuser)
[
all
...]
conf-parse.y
6
* This library is
free
software; you can redistribute it and/or
8
* License as published by the
Free
Software Foundation; either
17
* License along with this library; if not, write to the
Free
Software
51
#define PASSIGN(p1,p2) {
free
(p1); p1 = p2; }
105
free
($3);
115
free
($3);
124
free
($3);
136
free
($3);
142
free
($3);
159
free
($3)
[
all
...]
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c
5
* This program is
free
software; you can redistribute it and/or
7
* published by the
Free
Software Foundation; either version 2 of
16
* along with this program; if not, write the
Free
Software Foundation,
163
free
(bif.data);
171
free
(bif.data);
172
free
(bif.cmd);
177
free
(bif.data);
178
free
(bif.cmd);
203
free
(bif.data);
211
free
(bif.data)
[
all
...]
/external/selinux/libselinux/src/
label_db.c
154
free
(type);
163
free
(type);
164
free
(key);
165
free
(context);
166
free
(temp);
183
free
(spec->key);
184
free
(spec->lr.ctx_raw);
185
free
(spec->lr.ctx_trans);
187
free
(catalog);
281
free
(catalog)
[
all
...]
/external/curl/lib/vauth/
krb5_sspi.c
221
/*
Free
the decoded challenge as it is not required anymore */
222
free
(chlg);
314
free
(chlg);
324
free
(chlg);
345
free
(chlg);
354
free
(chlg);
359
/* Copy the data out and
free
the challenge as it is not required anymore */
362
free
(chlg);
389
free
(trailer);
398
free
(trailer)
[
all
...]
digest_sspi.c
130
free
(input_token);
143
free
(input_token);
151
free
(output_token);
152
free
(input_token);
161
free
(spn);
162
free
(output_token);
163
free
(input_token);
184
free
(spn);
185
free
(output_token);
186
free
(input_token)
[
all
...]
/bionic/libc/bionic/
tdestroy.cpp
21
// Destroy a tree and
free
all allocated resources.
35
free
(root);
/development/ndk/platforms/android-9/include/linux/
mempool.h
30
mempool_free_t *
free
;
member in struct:mempool_s
/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
}}
Completed in 416 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>