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

<<11121314151617181920>>

  /system/bt/osi/include/
allocator.h 30 free_fn free; member in struct:__anon72349
44 // Free a buffer that was previously allocated with function |osi_malloc|
  /system/extras/libpagemap/
pm_process.c 51 free(proc);
58 free(proc);
64 free(proc);
135 free(range);
142 free(range);
147 free(range);
235 free(proc->maps);
237 free(proc);
265 free(maps);
271 free(maps)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswprintf.c 67 free(f._bf._base);
73 free(f._bf._base);
84 free(f._bf._base);
  /bootable/recovery/minadbd/
services.cpp 41 free(sti);
52 free(args);
77 free(sti);
  /device/google/dragon/recovery/updater/
fwtool.cpp 113 free(hwid);
114 free(version);
115 free(ro_version);
116 free(type);
117 free(ec);
231 free(cur_fwid);
232 free(old_fwid);
237 free(cur_fwid);
238 free(old_fwid);
255 free(cur_section)
    [all...]
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 6 aio-free-ring-with-bogus-nr-pages \
17 aio-free-ring-with-bogus-nr-pages: aio-free-ring-with-bogus-nr-pages.c
  /external/cblas/examples/
cblas_example1.c 65 free(a);
66 free(x);
67 free(y);
  /external/libmicrohttpd/src/testcurl/https/
test_tls_options.c 5 libmicrohttpd is free software; you can redistribute it and/or modify
7 by the Free Software Foundation; either version 2, or (at your
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
60 free (cbc.buf);
69 free (cbc.buf);
74 free (cbc.buf);
  /external/mesa3d/src/gallium/tests/unit/
u_cache_test.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
55 free(key);
56 free(value);
92 free(key);
  /external/selinux/libselinux/src/
is_customizable_type.c 45 free(list[j]);
46 free(list);
55 free(buf);
label_x.c 55 free(type);
57 free(key);
85 free(type);
90 free(type);
91 free(key);
92 free(context);
164 free(line_buf);
188 free(spec->key);
189 free(spec->lr.ctx_raw);
190 free(spec->lr.ctx_trans)
    [all...]
label.c 38 free(ptr->src);
39 free(ptr->dst);
40 free(ptr);
134 free(sub->src);
135 free(sub);
169 free(digest->digest);
170 free(digest->specfile_list);
171 free(digest);
179 free(ptr->digest);
180 free(ptr->hashbuf)
    [all...]
  /external/selinux/libsepol/src/
context_record.c 44 free(con->user);
70 free(con->role);
96 free(con->type);
122 free(con->mls);
199 free(con->user);
200 free(con->role);
201 free(con->type);
202 free(con->mls);
203 free(con);
264 free(tmp)
    [all...]
  /external/toybox/toys/pending/
watch.c 39 if (CFG_TOYBOX_FREE) free(oldcmd);
67 free(header);
68 if (cmd != *toys.optargs) free(cmd);
  /external/toybox/toys/posix/
comm.c 62 free(line[i]);
68 free(line[i]);
76 free(line[i]);
  /external/v8/src/
allocation.cc 7 #include <stdlib.h> // For free, malloc.
31 free(p);
104 // Using free is not correct in general, but for V8_LIBC_BIONIC it is.
105 free(ptr);
107 free(ptr);
  /external/valgrind/memcheck/tests/
malloc2.c 35 free(test_arr[j]);
49 free(test_arr[i]);
54 free(test_arr[i]);
  /external/vboot_reference/host/lib21/
host_keyblock.c 58 free(key);
66 free(key);
71 free(buf);
  /hardware/intel/img/psb_video/src/
psb_ws_driver.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
62 * Free an allocated validate list node.
69 free(containerOf(node, struct _PsbDrmValidateNode, base));
72 free(node);
95 .free = psb_free,
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 54 * @brief Free allocated space
61 free(ptr);
80 free(pm);
160 free((void*) handle);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 54 * @brief Free allocated space
61 free(ptr);
80 free(pm);
160 free((void*) handle);
  /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,
69 void free() { method in class:PollArrayWrapper
70 pollArray.free();
111 pollArray.free();
  /external/libpcap/
inet.c 218 * that {Free,Net,Open,DragonFly}BSD provide.
249 free(en_name);
331 free(curdev);
342 free(curdev->name);
343 free(curdev);
519 free(description);
533 free(description);
553 free(description);
560 free(description);
613 free(description)
    [all...]
  /external/curl/lib/
curl_sasl_sspi.c 82 free(utf8_spn);
158 free(input_token);
171 free(input_token);
179 free(output_token);
180 free(input_token);
189 free(spn);
190 free(output_token);
191 free(input_token);
212 free(spn);
213 free(output_token)
    [all...]
  /bootable/recovery/minzip/
DirUtil.c 92 free(cpath);
143 free(cpath);
163 free(cpath);
167 free(cpath);
177 free(cpath);

Completed in 228 milliseconds

<<11121314151617181920>>