Searched
refs:free (Results
601 -
625 of
5893) sorted by null
<<21222324252627282930>>
/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/ |
boolean_record.c | 65 free(key); 100 free(boolean->name); 176 free(boolean->name); 177 free(boolean);
|
interfaces.c | 35 free(tmp_con); 44 free(tmp_con); 55 free(tmp_iface->u.name); 58 free(tmp_iface); 61 free(tmp_con); 191 free(c->u.name); 194 free(c); 210 free(iface->u.name); 213 free(iface);
|
/external/skia/src/ports/ |
SkMemory_mozalloc.cpp | 33 free(p);
|
/external/toybox/toys/android/ |
getprop.c | 83 if (CFG_TOYBOX_FREE) free(context); 96 free(TT.nv[i*2]); 97 free(TT.nv[1+i*2]); 99 free(TT.nv);
|
/external/toybox/toys/lsb/ |
mktemp.c | 56 if (CFG_TOYBOX_FREE) free(template);
|
/external/toybox/toys/other/ |
chcon.c | 34 free(path);
|
lsusb.c | 41 free(name);
|
sysctl.c | 87 free(data); 88 free(path); 112 free(path); 146 free(line);
|
/external/toybox/toys/posix/ |
chmod.c | 52 free(s);
|
/external/valgrind/exp-sgcheck/tests/ |
hsg.c | 32 free(duh);
|
/external/valgrind/helgrind/tests/ |
free_is_write.c | 11 the malloc'd area, then free it. */ 15 free(s_mem); 34 /* Write, which isn't coordinated with the free ==> a race
|
hg01_all_ok.c | 26 free (ptr);
|
tc04_free_lock.c | 24 free(xx);
|
/external/valgrind/include/ |
pub_tool_mallocfree.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 extern void VG_(free) ( void* p ); 60 // In particular, do *not* call VG_(free) or VG_(realloc).
|
/external/valgrind/massif/tests/ |
ignored.c | 10 free(ignored_x2); 47 x = realloc(ignored_x, 0); // equivalent to 'free(ignored_x)'.
|
/external/valgrind/memcheck/tests/ |
err_disable1.c | 27 free(block);
|
err_disable2.stderr.exp | 7 Address 0x........ is 5 bytes inside a block of size 10 free'd 8 at 0x........: free (vg_replace_malloc.c:...)
|
memalign2.c | 33 // Check behaviour of memalign/free for big alignment. 43 // We allocate (and then free) a piece of memory smaller than 45 // If the superblock is marked as reclaimable, the below free(s) will cause 46 // an assert. Note that the test has to be run with a --free-list-vol 47 // parameter smaller than the released blocks size to ensure the free is directly 51 free (piece); 52 free (p); 54 // Same as above but do the free in the reverse order. 57 free (p); 58 free (piece) [all...] |
varinfo2.c | 30 free(undefp);
|
wcs.c | 27 free (c); // b == c
|
/external/valgrind/memcheck/tests/solaris/ |
scalar_lwp_name.stderr.exp | 15 Address 0x........ is not stack'd, malloc'd or (recently) free'd 34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
scalar_tsol_clearance.stderr.exp | 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd 31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/none/tests/amd64/ |
ssse3_misaligned.c | 16 free(x);
|
Completed in 543 milliseconds
<<21222324252627282930>>