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

<<31323334353637383940>>

  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow_replace.pass.cpp 35 std::free(p);
new_array_replace.pass.cpp 36 std::free(p);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow_replace.pass.cpp 35 std::free(p);
new_replace.pass.cpp 35 std::free(p);
  /external/libcxx/test/support/
demangle.h 40 std::free(out);
  /external/libdrm/freedreno/kgsl/
kgsl_device.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
42 free(kgsl_dev);
  /external/libnetfilter_conntrack/src/
main.c 5 * This program is free software; you can redistribute it and/or modify it
7 * the Free Software Foundation; either version 2 of the License, or
66 free(cth);
175 free(cth->nfnl_cb_ct.data);
176 free(cth->nfnl_cb_exp.data);
190 free(cth);
  /external/libunwind/android/tests/
local_test.cpp 40 free(context);
  /external/libunwind/src/hppa/
tables.c 40 free (pi->unwind_info);
  /external/libxml2/doc/tutorial/
includeconvert.c 21 free(out);
34 free(out);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
l3_bank_test.c 40 free(p);
  /external/ltp/testcases/kernel/controllers/memctl/
memctl_test01.c 5 /* This program is free software; you can redistribute it and/or modify */
7 /* the Free Software Foundation; either version 2 of the License, or */
16 /* along with this program; if not, write to the Free Software */
138 free(array_of_chunks[i]);
139 free(array_of_chunks);
152 free(array_of_chunks[i]);
153 free(array_of_chunks);
  /external/ltp/testcases/kernel/mem/mem/
mem02.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
27 >KEYS: < calloc, malloc, free, realloc, valloc
32 < Write into it and verify, free memory and verify free was
34 < In the case of valloc, allocate memory and free it (do this for
98 /* check out calloc/free */
121 free(pm1);
128 /* check out malloc/free */
    [all...]
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap02.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
141 free(tst_buff);
148 free(tst_buff);
153 /* Free the memory allocated for test buffer */
154 free(tst_buff);
184 free(dummy);
mmap03.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
172 free(tst_buff);
179 free(tst_buff);
184 /* Free the memory allocated for test buffer */
185 free(tst_buff);
228 free(dummy);
  /external/mesa3d/src/gallium/tests/graw/
disasm.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
71 free(tokens);
  /external/openssh/
rsa.c 111 free(outbuf);
115 free(inbuf);
151 free(outbuf);
155 free(inbuf);
  /external/python/cpython2/PC/os2emx/
dlfcn.c 150 free(tmp->name);
151 free(tmp);
191 /* free dynamically-linked library */
203 free(tmp->name);
205 free(tmp);
  /external/selinux/libselinux/src/
label_media.c 53 free(key);
64 free(key);
65 free(context);
137 free(line_buf);
161 free(spec->key);
162 free(spec->lr.ctx_raw);
163 free(spec->lr.ctx_trans);
167 free(spec_arr);
169 free(data);
  /external/selinux/libsemanage/src/
seusers_file.c 60 free(str);
75 free(str);
91 free(str);
106 free(str);
  /external/selinux/libsepol/src/
interfaces.c 35 free(tmp_con);
44 free(tmp_con);
55 free(tmp_iface->u.name);
58 free(tmp_iface);
61 free(tmp_con);
190 free(c->u.name);
193 free(c);
209 free(iface->u.name);
212 free(iface);
  /external/skia/src/ports/
SkMemory_mozalloc.cpp 34 free(p);
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
BasicBlockTracing.c 31 * data and free the trace buffer.
35 free (ArrayStart);
  /external/syslinux/core/
path.c 5 * This program is free software; you can redistribute it and/or modify
7 * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
40 free(entry);
pmapi.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation, Inc., 53 Temple Place Ste 330,
25 .lfree = free, /* Free low memory */

Completed in 490 milliseconds

<<31323334353637383940>>