HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 476 - 500 of 5893) sorted by null

<<11121314151617181920>>

  /bionic/tests/
malloc_test.cpp 34 free(ptr);
52 free(ptr);
85 free(ptr);
99 free(ptr);
145 free(ptr);
162 free(ptr);
178 free(ptr);
216 free(ptr);
231 free(ptr);
246 free(ptr)
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.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
109 free (*fname);
124 free (zname);
127 free (*fname);
135 free (*fname);
163 free (*fname);
235 free (fname);
286 free (archive)
    [all...]
  /external/vboot_reference/host/lib21/
host_key.c 81 free(key->desc);
83 free(key);
136 free(key);
144 free(key);
177 free(buf);
198 free(key);
206 free(key);
217 free(key->desc);
265 free(rsabuf);
277 free(rsabuf)
    [all...]
host_signature.c 140 free(sig_digest);
145 free(sig_digest);
150 free(sig_digest);
172 free(sig_digest);
173 free(buf);
178 free(sig_digest);
233 free(sig);
238 free(sig);
260 free(sig);
266 free(sig)
    [all...]
  /bionic/linker/tests/
linker_memory_allocator_test.cpp 56 allocator.free(ptr);
61 allocator.free(nullptr);
137 allocator.free(ptr1);
138 allocator.free(ptr2);
157 allocator.free(ptr2);
158 allocator.free(ptr1);
193 allocator.free(ptr1);
196 allocator.free(objects[i]);
199 allocator.free(ptr2);
200 allocator.free(ptr_to_free)
    [all...]
  /device/google/dragon/audio/hal/
dictionary.c 47 free(ptr);
55 @return Pointer to a newly allocated string, to be freed with free()
83 This is normally a collision-free function, distributing keys evenly.
150 free(d->key[i]);
152 free(d->val[i]);
154 free(d->val);
155 free(d->key);
156 free(d->hash);
157 free(d);
172 dictionary object, you should not try to free it or modify it
    [all...]
  /external/c-ares/
ares_search.c 74 free(s);
91 free(squery);
131 free(s);
135 /* failed, free the malloc()ed memory */
136 free(squery->name);
137 free(squery);
185 free(s);
209 free(squery->name);
210 free(squery);
282 free(line)
    [all...]
  /external/curl/lib/
curl_sasl_gssapi.c 123 free(spn);
128 free(spn);
161 free(input_token.value);
247 free(chlg);
258 free(chlg);
274 free(chlg);
284 free(chlg);
289 /* Copy the data out and free the challenge as it is not required anymore */
292 free(chlg);
333 /* Free the username token as it is not required anymore *
    [all...]
  /external/e2fsprogs/e2fsck/
profile_helpers.c 63 * Free any memory left over in the string abstraction, returning the
78 free(*cp);
79 free(list->list);
136 free(*cp);
137 free(list);
239 free(name);
257 free(str);
286 /* if malloc fails, free the ones that worked */
287 while(--i >= 0) free(filenames[i]);
288 free(filenames)
    [all...]
  /external/libdrm/amdgpu/
amdgpu_device.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
77 free(name);
91 free(name1);
92 free(name2);
97 free(name1);
98 free(name2);
134 free(dev->vamgr);
136 free(dev->vamgr_32);
144 free(dev);
291 free(dev->vamgr)
    [all...]
  /external/libselinux/src/
booleans.c 72 free(namelist[i]);
74 free(namelist);
78 free(n[i]);
79 free(n);
116 free(fname);
120 free(*buf);
122 free(fname);
138 free(buf);
155 free(buf);
196 free(fname)
    [all...]
  /external/selinux/libselinux/src/
procattr.c 33 free(prev_current);
35 free(prev_exec);
37 free(prev_fscreate);
39 free(prev_keycreate);
41 free(prev_sockcreate);
82 free(path);
91 free(path);
170 free(buf);
253 free(context2);
257 free(*prev_context)
    [all...]
booleans.c 77 free(namelist[i]);
79 free(namelist);
83 free(n[i]);
84 free(n);
137 free(line_buf);
193 free(fname);
194 free(alt_name);
229 free(*buf);
245 free(buf);
262 free(buf)
    [all...]
  /external/vboot_reference/host/lib/
host_signature.c 92 free(digest);
98 free(digest);
138 free(signature_digest);
148 free(signature_digest);
152 free(sig);
273 free(digest);
278 free(digest);
283 free(signature_digest);
294 free(signature_digest);
298 free(sig)
    [all...]
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.cpp 163 free(node);
206 free(node);
282 free(node);
322 free(node);
363 free(node->data);
365 free(node);
410 free(node->data);
412 free(node);
455 free(node->data);
457 free(node)
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree-freelist.go 57 func (n *Node) free() {
59 n.left.free()
62 n.right.free()
121 t.free()
124 t.free()
  /prebuilts/go/linux-x86/test/bench/shootout/
binary-tree-freelist.go 57 func (n *Node) free() {
59 n.left.free()
62 n.right.free()
121 t.free()
124 t.free()
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cmalloc.swg 15 %free(TYPE [, NAME = TYPE])
80 %define %free(TYPE,NAME...)
82 %rename(free_##NAME) ::free(TYPE *ptr);
84 %rename(free_##TYPE) ::free(TYPE *ptr);
86 void free(TYPE *ptr);
101 %free(TYPE,NAME)
  /external/selinux/libsemanage/src/
genhomedircon.c 7 * This library is free software; you can redistribute it and/or modify
9 * published by the Free Software Foundation; either version 2.1 of the
18 * License along with this library; if not, write to the Free Software
128 free(ignore_head->dir);
129 free(ignore_head);
155 free(ptr);
209 free(temp);
215 free(temp);
297 free(path);
304 free(path)
    [all...]
  /external/bison/src/
relation.c 3 Copyright (C) 2002, 2004-2005, 2009-2012 Free Software Foundation,
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
113 free (INDEX);
114 free (VERTICES);
168 free (nedges);
169 free (end_R);
171 /* Free the input: it is replaced with the result. */
173 free (r[i]);
174 free (r)
    [all...]
tables.c 3 Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2012 Free
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
314 free (default_reductions);
471 free (actrow);
472 free (conflrow);
582 free (state_count);
800 free (pos);
833 free (goto_map);
834 free (from_state)
    [all...]
  /external/clang/test/Analysis/
new.cpp 8 extern "C" void free(void *);
112 free(p);
145 free(p);
151 free(p);
157 free(p);
163 free(p);
  /external/compiler-rt/test/msan/Linux/
xattr.cc 73 free(*buf);
90 free(buf);
100 free(buf);
134 free(attr_list);
136 free(attr_list);
143 free(attr_list);
  /external/curl/tests/libtest/
lib572.c 77 free(stream_uri);
91 free(stream_uri);
125 free(stream_uri);
139 free(stream_uri);
157 free(stream_uri);
168 free(stream_uri);
  /external/e2fsprogs/lib/blkid/
devno.c 71 free(dp);
87 free(dp->name);
88 free(dp);
160 free(current->name);
161 free(current);
225 free(devname);

Completed in 541 milliseconds

<<11121314151617181920>>