Home
last modified time | relevance | path

Searched full:free (Results 1 – 25 of 5318) sorted by relevance

12345678910>>...213

/freebsd/usr.sbin/ctld/
H A Dparse.y115 free($2);
129 free($2);
143 free($2);
155 free($2);
167 free($2);
179 free($2);
193 free($2);
221 free($1);
251 free($2);
262 free($2);
[all …]
/freebsd/contrib/unbound/util/
H A Dconfigparser.y470 free($2);
490 free($2);
502 free(cfg_parser->cfg->auths->rpz_cname);
513 free($2);
520 free(cfg_parser->cfg->auths->rpz_log_name);
530 free($2);
565 free($2);
574 free($2);
585 free($2);
594 free($2);
[all …]
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_parse.c37 free(user); free(host); free(path); in test_parse()
46 free(user); free(host); free(path); in test_parse()
55 free(user); free(host); free(path); in test_parse()
64 free(user); free(host); free(path); in test_parse()
73 free(user); free(host); free(path); in test_parse()
83 free(user); free(host); free(path); in test_parse()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c93 free(name); in kcm_op_get_name()
100 free(name); in kcm_op_get_name()
104 free(name); in kcm_op_get_name()
133 free(name); in kcm_op_gen_new()
169 free(name); in kcm_op_initialize()
175 free(name); in kcm_op_initialize()
182 free(name); in kcm_op_initialize()
232 free(name); in kcm_op_destroy()
265 free(name); in kcm_op_store()
272 free(name); in kcm_op_store()
[all …]
/freebsd/share/man/man9/
H A Dvm_map_find.931 .Nd find a free region within a map, and optionally map a vm_object
45 function attempts to find a free region in the target
49 If a free region is found,
64 when creating the mapping, if and only if a free region is found.
77 The mapping will only succeed if a free region can be found that resides
83 argument specifies the strategy to use when searching for a free region of
88 is called to locate a free region of the requested length with a starting
94 The mapping will only succeed if there is a free region of the requested
98 The mapping will succeed as long as there is a free region.
100 The mapping will succeed as long as there is a free region that begins on
[all …]
H A Dvm_map_entry_resize_free.931 .Nd "vm map free space algorithm"
41 fields used in the VM map free space algorithm, how to maintain
73 The free space algorithm adds two fields to
81 is the amount of free address space adjacent to and immediately
97 is the maximum amount of contiguous free space in the entry's subtree.
117 we can immediately test for a sufficiently large free region
119 This makes it possible to find a first-fit free region of a given size
124 When a free region changes size, we must update
151 function updates the free space variables in the given
178 consistency of the free space variables.
[all …]
/freebsd/share/doc/papers/malloc/
H A Dimplementation.ms33 This is a free page.
47 describe the free space as runs of free pages.
49 Notice that these structures are not part of the free pages themselves,
50 but rather allocated with malloc so that the free pages themselves
51 are never referenced while they are free.
55 The free list will be searched and the first run of free pages that
62 If there were no pages on the free list, brk(2) will be called, and
68 page directory to MALLOC_FREE, and then traversing the free-pages list to
85 how many are free and so on.
90 pages that have free chunks in them form a list.
[all …]
H A Dmalloc.ms11 Malloc and free
21 Each item on the list has a status as either free or used, a pointer
26 front and if a free chunk big enough to hold the request is found,
27 it is returned, if the free chunk is bigger than the size requested,
28 a new free chunk is made from the excess and put back on the list.
31 .B free(3) 'ed,
33 is changed to free and if one or both of the surrounding chunks
34 are free, they are collapsed to one.
56 free, we can return that to the kernel by calling brk(2) with the first
64 Splitting the list in two, one for used and one for free chunks, to
[all …]
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.supp43 Memcheck:Free
44 fun:free
53 Memcheck:Free
54 fun:free
64 Memcheck:Free
65 fun:free
73 Memcheck:Free
74 fun:free
82 Memcheck:Free
83 fun:free
[all …]
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c73 free(acl); in acl_list_delete()
440 /* free the items as we go to free up memory */ in read_acl_view()
442 free(p->str); in read_acl_view()
443 free(p->str2); in read_acl_view()
444 free(p); in read_acl_view()
462 /* free the items as we go to free up memory */ in read_acl_tags()
464 free(p->str); in read_acl_tags()
465 free(p->str2); in read_acl_tags()
466 free(p); in read_acl_tags()
487 /* free the items as we go to free up memory */ in read_acl_tag_actions()
[all …]
/freebsd/usr.sbin/ypldap/
H A Dparse.y135 free($2);
138 free($2);
156 free($1);
157 free($3);
192 free($2);
195 free($2);
203 free($2);
206 free($2);
213 free($2);
216 free($2);
[all …]
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c62 free(result); in kex_proposal_tests()
68 free(result); free(in); free(out); in kex_proposal_tests()
74 free(result); free(in); free(out); in kex_proposal_tests()
83 free(result); free(in); free(out); in kex_proposal_tests()
120 free(kexalgs); in kex_proposal_populate_tests()
121 free(ciphers); in kex_proposal_populate_tests()
122 free(macs); in kex_proposal_populate_tests()
123 free(hkalgs); in kex_proposal_populate_tests()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y133 free($2);
140 free($2);
143 free($2);
154 free($2);
159 free($2);
166 free($2);
169 free($2);
413 free($2);
425 free($2);
431 free($2);
[all …]
/freebsd/contrib/bc/tests/
H A Dbcl.c135 free(res); in main()
146 free(res); in main()
156 free(res); in main()
160 free(res); in main()
170 free(res); in main()
174 free(res); in main()
187 free(res); in main()
198 free(res); in main()
208 free(res); in main()
224 free(re in main()
[all...]
/freebsd/contrib/libfido2/src/
H A Dtypes.c14 free(sa->ptr[i]); in fido_str_array_free()
16 free(sa->ptr); in fido_str_array_free()
25 free(oa->name[i]); in fido_opt_array_free()
27 free(oa->name); in fido_opt_array_free()
28 free(oa->value); in fido_opt_array_free()
37 free(ba->ptr); in fido_byte_array_free()
46 free(a->type); in fido_algo_free()
57 free(aa->ptr); in fido_algo_array_free()
66 free(ca->name[i]); in fido_cert_array_free()
68 free(ca->name); in fido_cert_array_free()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c67 free(fmt.dtfd_string); in dt_strdata_add()
83 free(*data); in dt_strdata_add()
127 free(new_pdesc);
138 free(dtp->dt_pdesc);
141 free(dtp->dt_edesc);
165 free(enabled);
178 free(enabled);
191 free(enabled);
197 free(enabled);
235 * If we failed, free our allocated probes. Note that if we failed
[all …]
/freebsd/usr.sbin/mptutil/
H A Dmpt_drive.c163 free(ioc2); in mpt_pd_list()
172 free(ioc3); in mpt_pd_list()
173 free(ioc2); in mpt_pd_list()
192 free(volumes); in mpt_pd_list()
193 free(ioc5); in mpt_pd_list()
194 free(ioc3); in mpt_pd_list()
195 free(ioc2); in mpt_pd_list()
212 free(volumes); in mpt_pd_list()
213 free(ioc5); in mpt_pd_list()
214 free(ioc3); in mpt_pd_list()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2.c133 free(out); in argon2_hash()
147 free(out); in argon2_hash()
153 free(out); in argon2_hash()
230 free(ctx.ad); in argon2_verify()
231 free(ctx.salt); in argon2_verify()
232 free(ctx.out); in argon2_verify()
237 free(ctx.ad); in argon2_verify()
238 free(ctx.salt); in argon2_verify()
239 free(ctx.out); in argon2_verify()
245 free(ctx.ad); in argon2_verify()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv24 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/gnu/
H A DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/contrib/diff/
H A DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/sys/contrib/zstd/
H A DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/contrib/dialog/
H A DCOPYING4 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
18 free software--to make sure the software is free for all its users.
22 Free Software Foundation and other authors who decide to use it. You
27 When we speak of free software, we are referring to freedom of use,
29 you have the freedom to distribute copies of free software (and charge
32 it in new free programs; and that you are informed that you can do
53 there is no warranty for the free library. Also, if the library is
60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
71 libraries into non-free programs.
[all …]
/freebsd/contrib/nvi/common/
H A Dscreen.c154 /* Free file names. */ in screen_end()
158 free(*ap); in screen_end()
159 free(sp->argv); in screen_end()
163 /* Free any text input. */ in screen_end()
167 /* Free alternate file name. */ in screen_end()
168 free(sp->alt_name); in screen_end()
170 /* Free up search information. */ in screen_end()
171 free(sp->re); in screen_end()
174 free(sp->subre); in screen_end()
177 free(sp->repl); in screen_end()
[all …]
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c100 free(jp); in l_jail_iter_next()
101 free(iter); in l_jail_iter_next()
116 free(iter->params); in l_jail_iter_next()
117 free(iter); in l_jail_iter_next()
140 free(value); in l_jail_iter_next()
162 free(iter->params); in l_jail_iter_close()
163 free(iter); in l_jail_iter_close()
189 free(iter); in l_list()
195 free(iter->params); in l_list()
196 free(iter); in l_list()
[all …]

12345678910>>...213