HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 576 - 600 of 7852) sorted by null

<<21222324252627282930>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
PollArrayWrapper.java 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
67 void free() { method in class:PollArrayWrapper
68 pollArray.free();
109 pollArray.free();
  /external/libmtp/examples/
sendtr.c 12 * Copyright (C) 2008 Nicolas Pennequin <nicolas.pennequin@free.fr>
15 * This library is free software; you can redistribute it and/or
17 * License as published by the Free Software Foundation; either
27 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
146 free(found_album->tracks);
204 free (to_path_copy);
214 free (to_path_copy);
219 free (to_path_copy);
230 free (to_path_copy);
361 free(desc)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
108 free(xcb_dri2_swap_buffers_reply(scrn->conn, scrn->swap_cookie, NULL));
115 free(wait_sbc_reply);
133 free(vl_dri2_get_flush_reply(scrn));
153 free(vl_dri2_get_flush_reply(scrn));
156 free(xcb_request_check(scrn->conn, destroy_cookie));
206 free(reply);
218 free(reply);
253 free(reply);
283 free(reply)
    [all...]
  /device/google/marlin/dataservices/datatop/src/
datatop_dual_line_poll.c 151 free(line_len);
152 free(line_len2);
153 free(dict);
154 free(prefix_dict);
170 free(dpset->data_points);
173 free(((struct dtop_dual_line_vars *)(dpset->priv))->line[i]);
174 free(((struct dtop_dual_line_vars *)(dpset->priv))->line2[i]);
176 free(((struct dtop_dual_line_vars *)(dpset->priv))->line);
177 free(((struct dtop_dual_line_vars *)(dpset->priv))->line2);
178 free(((struct dtop_dual_line_vars *)(dpset->priv)))
    [all...]
datatop_gen_poll.c 138 free(dpset->data_points[i].name);
139 free(dpset->data_points);
140 free(dpset->file);
141 free(dpset->prefix);
142 free(dpset);
193 free(add);
194 free(newname);
207 free(dpg->prefix);
208 free(dpg->file);
209 free(dpg)
    [all...]
  /external/ltp/pan/
symbol.c 4 * This program is free software; you can redistribute it and/or modify it
6 * published by the Free Software Foundation.
13 * free of the rightful claim of any third person regarding infringement
20 * with this program; if not, write the Free Software Foundation, Inc.,
115 free(n);
209 free(nkey);
221 free(nkey);
226 free(nkey);
233 free(nkey);
254 free(nkey)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Stringlist/
stringlist.c 71 free(sl);
103 * sl_free(): Free a stringlist
115 free(sl->sl_str[i]);
116 free(sl->sl_str);
118 free(sl);
147 free(sl->sl_str[i]);
  /external/bison/src/
nullable.c 3 Copyright (C) 1984, 1989, 2000-2006, 2009-2012 Free Software
8 This program is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
128 free (squeue);
129 free (rcount);
130 free (rsets);
131 free (relts);
141 free (nullable);
  /external/c-ares/
ares_data.c 30 ** This function must be used by the application to free data memory that
33 ** of c-ares functions returning pointers that must be free'ed using this
70 free(ptr->data.mx_reply.host);
78 free(ptr->data.srv_reply.host);
86 free(ptr->data.txt_reply.txt);
99 free(ptr);
110 ** functions to the calling application, and that must be free'ed using
152 free(ptr);
  /external/clang/test/Analysis/
malloc-plist.c 7 void free(void *);
32 free(buf);
51 free(x);
77 free(buf);
93 free(p);
    [all...]
  /external/e2fsprogs/contrib/android/
hashmap.c 21 h->free = free_fct;
69 if (h->free)
70 h->free(it->data);
71 free(it);
75 free(h);
  /external/e2fsprogs/lib/ss/
invocation.c 49 free(new_table);
97 free(t->prompt);
98 free(t->rqt_tables);
101 free(t->info_dirs);
106 free(t);
  /external/jemalloc/test/stress/
microbench.c 46 /* The compiler can optimize away free(malloc(1))! */
52 free(p);
63 free(p);
99 compare_funcs(10*1000*1000, 100*1000*1000, "free", malloc_free,
123 free(p);
138 free(p);
161 free(p);
  /external/libcups/cups/
getifaddrs.c 200 * '_cups_freeifaddrs()' - Free an interface list...
204 _cups_freeifaddrs(struct ifaddrs *addrs)/* I - Interface list to free */
218 * Free data values as needed...
223 free(addrs->ifa_name);
229 free(addrs->ifa_addr);
235 free(addrs->ifa_netmask);
241 free(addrs->ifa_dstaddr);
246 * Free this node and continue to the next...
249 free(addrs);
  /external/libnl/lib/
hashtable.c 4 * This library is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation version 2.1
39 free(ht);
51 * Free hashtable including all nodes
68 free(saved_node);
72 free(ht->nodes);
73 free(ht);
181 free(node);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
13-1.c 99 free(aiocbs[i]);
100 free(bufs);
110 free(aiocbs[i]);
116 /* Check return code and free things */
130 free(aiocbs[i]);
133 free(bufs);
5-1.c 95 free(aiocbs[i]);
100 /* Check return code and free things */
114 free(aiocbs[i]);
127 free(aiocbs[i]);
138 free(aiocbs[i]);
145 free(aiocbs[i]);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_helpers.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
30 assert(!pool->free);
42 pool->free = pool->slabs[pool->num_slabs++] = r;
49 return pool->free;
55 struct nine_range *r = pool->free;
59 pool->free = r->next;
  /external/pdfium/third_party/libopenjpeg20/
opj_malloc.h 111 #define opj_aligned_free(m) free(m)
125 #define opj_aligned_free(m) free(m)
138 #define opj_aligned_free(m) free(m)
172 #define opj_free(m) free(m)
176 #pragma GCC poison malloc calloc realloc free
  /external/selinux/libselinux/src/
label.c 69 free(ptr->src);
70 free(ptr->dst);
71 free(ptr);
165 free(sub->src);
166 free(sub);
201 free(digest->digest);
202 free(digest->specfile_list);
203 free(digest);
212 free(ptr->digest);
213 free(ptr->hashbuf)
    [all...]
  /external/toybox/toys/lsb/
umount.c 22 -D Don't free loopback device(s)
68 free(mtemp);
133 free(typestr);
134 llist_traverse(mlsave, free);
143 free(abs);
150 if (ml && abs != ml->dir) free(abs);
  /system/extras/libpagemap/
pm_kernel.c 42 free(ker);
50 free(ker);
88 free(pids);
106 free(pids);
155 free(ker);
  /external/elfutils/libdw/
dwarf_begin_elf.c 6 This file is free software; you can redistribute it and/or modify
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
107 free (result);
149 free (result);
187 free (result);
198 free (result);
237 free (result);
246 free (result);
257 free (result)
    [all...]
  /external/elfutils/libdwfl/
dwfl_module.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
38 free (cu->lines);
39 free (cu);
50 free (file->name);
65 free (mod->aranges);
71 free (mod->cu);
75 in __libdwfl_set_cfi. Make sure we don't free it twice. */
113 free (mod->build_id_bits)
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_obsolete.stderr.exp 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
28 Address 0x........ is not stack'd, malloc'd or (recently) free'd
41 Address 0x........ is not stack'd, malloc'd or (recently) free'd
45 Address 0x........ is not stack'd, malloc'd or (recently) free'd
55 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
97 Address 0x........ is not stack'd, malloc'd or (recently) free'd
101 Address 0x........ is not stack'd, malloc'd or (recently) free'd
114 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]

Completed in 624 milliseconds

<<21222324252627282930>>