OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free
(Results
551 - 575
of
5893
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/bootable/recovery/mtdutils/
mounts.c
49
free
((char *)volume->device);
50
free
((char *)volume->mount_point);
51
free
((char *)volume->filesystem);
52
free
((char *)volume->flags);
77
/*
Free
the old volume strings.
/development/ndk/platforms/android-3/include/linux/
smb.h
36
__u16
free
;
member in struct:smb_dskattr
/development/tutorials/MoarRam/jni/
bar.c
55
free
(ptr);
foo.c
55
free
(ptr);
/device/huawei/angler/camera/QCamera2/util/
QCameraQueue.cpp
156
free
(node);
199
free
(node);
275
free
(node);
311
free
(node->data);
313
free
(node);
358
free
(node->data);
360
free
(node);
403
free
(node->data);
405
free
(node);
/device/lge/bullhead/camera/QCamera2/util/
QCameraQueue.cpp
156
free
(node);
199
free
(node);
275
free
(node);
311
free
(node->data);
313
free
(node);
358
free
(node->data);
360
free
(node);
403
free
(node->data);
405
free
(node);
/device/moto/shamu/camera/QCamera2/util/
QCameraQueue.cpp
158
free
(node);
201
free
(node);
244
free
(node);
280
free
(node->data);
282
free
(node);
327
free
(node->data);
329
free
(node);
372
free
(node->data);
374
free
(node);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3parser.c
80
parser->
free
(parser);
96
parser->
free
= freeParser;
134
parser->rec->state->following->
free
(parser->rec->state->following);
138
parser->rec->
free
(parser->rec);
/external/autotest/client/tests/disktest/
disktest.py
61
Cannot be larger than the total amount of
free
RAM.
69
free
= 100 # cap it at 100GB by default
71
free
= min(utils.freespace(disk) / 1024**3,
free
)
72
gigabytes =
free
/external/avahi/avahi-glib/
glib-malloc.c
4
avahi is
free
software; you can redistribute it and/or modify it
6
published by the
Free
Software Foundation; either version 2.1 of the
15
License along with avahi; if not, write to the
Free
Software
48
allocator.
free
= g_free;
/external/bison/lib/
realloc.c
3
Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2012
Free
Software
6
This program is
free
software: you can redistribute it and/or modify
8
the
Free
Software Foundation; either version 3 of the License, or
56
/* In theory realloc might fail, so don't rely on it to
free
. */
57
free
(p);
/external/blktrace/btt/
misc.c
6
* This program is
free
software; you can redistribute it and/or modify
8
* the
Free
Software Foundation; either version 2 of the License, or
17
* along with this program; if not, write to the
Free
Software
61
free
(fip->oname);
62
free
(fip);
74
free
(bip->buf);
75
free
(bip);
/external/boringssl/src/crypto/
directory_win.c
75
free
(*ctx);
90
free
(wdir);
96
free
(*ctx);
136
free
(*ctx);
/external/c-ares/
ares_parse_mx_reply.c
84
free
(hostname);
146
free
(rr_name);
154
free
(hostname);
156
free
(rr_name);
ares_parse_srv_reply.c
89
free
(hostname);
155
free
(rr_name);
163
free
(hostname);
165
free
(rr_name);
ares_parse_txt_reply.c
91
free
(hostname);
177
free
(rr_name);
185
free
(hostname);
187
free
(rr_name);
/external/compiler-rt/test/asan/TestCases/Windows/
demangled_names.cc
43
free
(buffer);
45
// CHECK: AddressSanitizer: heap-use-after-
free
on address [[ADDR:0x[0-9a-f]+]]
/external/compiler-rt/test/asan/TestCases/
atoi_strict.c
53
free
(array);
atol_strict.c
53
free
(array);
atoll_strict.c
56
free
(array);
max_redzone.cc
23
free
(pp[i]);
/external/compiler-rt/test/msan/Linux/
ioctl_sound.cc
27
free
(info);
/external/compiler-rt/test/msan/
getline.cc
36
free
(line);
/external/compiler-rt/test/tsan/
free_race.c
12
free
(mem);
38
// CHECK-NOZUPP: WARNING: ThreadSanitizer: heap-use-after-
free
43
// CHECK-NOZUPP: #0
free
45
// CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-
free
{{.*}}Thread2
ignore_free.cc
25
free
(p);
Completed in 552 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>