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

<<41424344454647484950>>

  /external/selinux/libselinux/src/
selinux_check_securetty_context.c 44 free(line);
  /external/selinux/libsepol/src/
avrule_block.c 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software
89 free(scope->class_perms_map);
106 free(x->module_name);
107 free(x);
122 free(x);
handle.c 59 free(sh);
iface_record.c 71 free(key);
129 free(iface->name);
227 free(iface->name);
230 free(iface);
node_record.c 128 free(tmp_addr);
225 free(tmp_addr);
320 free(key->addr);
321 free(key->mask);
322 free(key);
381 free(tmp_addr);
420 free(node->addr);
426 free(tmp_addr);
445 free(node->addr);
470 free(tmp_mask)
    [all...]
  /external/skia/src/ports/
SkMemory_malloc.cpp 52 free(p);
  /external/srtp/crypto/kernel/
alloc.c 60 * grepping for 'alloc', then matching alloc and free calls by
112 free(ptr);
  /external/tlsdate/src/common/
fmemopen.c 141 free(cookie);
154 free(p->head);
155 free(p);
189 free(cookie);
  /external/toybox/lib/
dirtree.c 61 if (parent) free(path);
64 free(dt);
104 // hit, free structures after use, and return NULL.
123 // If this had children, it was callback's job to free them already.
125 free(new);
146 free(path);
  /external/toybox/scripts/
mktags.c 56 free(line);
  /external/toybox/toys/pending/
diff.c 135 free(t);
316 free(p_vector);
334 free(v[0]); //no need for v_vector now.
335 free(v[1]);
344 free(kcand);
467 free(f_path);
468 if (tmp) free(tmp);
631 free(d);
632 free(J);
633 free(TT.offset[0])
    [all...]
mdev.c 119 free(regex);
143 free(str);
154 free(str);
215 free(dev);
  /external/toybox/toys/posix/
pwd.c 53 if (CFG_TOYBOX_FREE) free(pwd);
strings.c 61 free(string);
xargs.c 120 free(toys.optargs);
184 free(dlist->data);
185 free(dlist);
188 free(out);
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
80 10050 FREE
112 through to malloc/free.
197 /* Below are new versions of malloc, __builtin_new, free,
497 /*---------------------- free ----------------------*/
500 'vg_replacement' to free previously allocated memory.
515 #define FREE(soname, fnname, vg_replacement) \
529 FREE(VG_Z_LIBSTDCXX_SONAME, free, free )
    [all...]
  /external/valgrind/coregrind/m_scheduler/
sched-lock-generic.c 16 This program is free software; you can redistribute it and/or
18 published by the Free Software Foundation; either version 2 of the
27 along with this program; if not, write to the Free Software
61 VG_(free)(p);
  /external/valgrind/gdbserver_tests/
watchpoints.c 70 free(k50); //break2
  /external/valgrind/helgrind/
hg_basics.h 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
43 void HG_(free) ( void* p );
107 the free. This shakes out races in which memory is referenced by
110 before the free. */
  /external/valgrind/memcheck/tests/amd64/
xor-undef-amd64.c 141 free(junk);
  /external/valgrind/memcheck/tests/
clireq_nofill.c 11 /* run with `valgrind -q --malloc-fill=0xaf --free-fill=0xdb` */
26 free(s);
err_disable3.c 42 free(block);
malloc1.stderr.exp 4 Address 0x........ is 1 bytes inside a block of size 10 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
  /external/valgrind/memcheck/tests/darwin/
aio.stderr.exp 6 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/memcheck/tests/linux/
sigqueue.c 33 free(si);

Completed in 547 milliseconds

<<41424344454647484950>>