Searched
refs:free (Results
301 -
325 of
7852) sorted by null
<<11121314151617181920>>
/external/openssh/ |
sandbox-solaris.c | 56 free(box); 69 free(box); 77 free(box); 99 free(box);
|
/external/pdfium/core/fxcrt/ |
fx_basic_memmgr.cpp | 18 free(pointer);
|
/external/selinux/libselinux/src/ |
selinuxswig.i | 30 free((*$1)[i]); 32 free(*$1);
|
/external/selinux/libsemanage/src/ |
database_join.c | 138 rtable->free(record); 147 rtable1->free(records1[i]); 149 rtable2->free(records2[i]); 150 free(records1); 151 free(records2); 157 rtable1->free(records1[i]); 159 rtable2->free(records2[i]); 160 free(records1); 161 free(records2); 163 rtable->free(record) [all...] |
/external/syslinux/com32/lib/ |
lmalloc.c | 5 * Permission is hereby granted, free of charge, to any person 47 free(ptr);
|
/external/syslinux/com32/samples/ |
hello.c | 23 free(nums);
|
/external/syslinux/dos/ |
stdlib.h | 18 void free(void *);
|
/external/syslinux/gpxe/src/include/gpxe/ |
x509.h | 29 * Free X.509 RSA public key 35 free ( rsa_pubkey->modulus );
|
/external/toybox/toys/other/ |
readlink.c | 39 if (CFG_TOYBOX_FREE) free(s);
|
/external/toybox/toys/posix/ |
nohup.c | 34 free(temp);
|
/external/valgrind/drd/tests/ |
custom_alloc_fiw.stderr.exp | 2 --free-is-write=yes is incompatible with custom memory allocator client requests 6 --free-is-write=yes is incompatible with custom memory allocator client requests
|
/external/valgrind/massif/tests/ |
basic.c | 17 free(a[i]);
|
/external/valgrind/memcheck/tests/ |
buflen_check.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
err_disable1.stderr.exp | 10 Address 0x........ is 5 bytes inside a block of size 10 free'd 11 at 0x........: free (vg_replace_malloc.c:...) 26 Address 0x........ is 5 bytes inside a block of size 10 free'd 27 at 0x........: free (vg_replace_malloc.c:...) 39 Address 0x........ is 5 bytes inside a block of size 10 free'd 40 at 0x........: free (vg_replace_malloc.c:...) 49 Address 0x........ is 5 bytes inside a block of size 10 free'd 50 at 0x........: free (vg_replace_malloc.c:...)
|
err_disable2.c | 28 free(block);
|
err_disable_arange1.c | 15 free((void*)mem);
|
malloc1.c | 19 free(p);
|
malloc1_ks_alloc_and_free.stderr.exp | 3 Address 0x........ is 1 bytes inside a block of size 10 free'd 4 at 0x........: free (vg_replace_malloc.c:...)
|
malloc1_ks_free.stderr.exp | 3 Address 0x........ is 1 bytes inside a block of size 10 free'd 4 at 0x........: free (vg_replace_malloc.c:...)
|
malloc_free_fill.c | 2 /* Test for correct functioning of the --malloc-fill and --free-fill 3 flags. Needs --malloc-fill=0x55 and --free-fill=0x77. */ 23 fprintf(stderr, "test simple malloc/free:\n"); 28 free(a); 29 TEST(a[5], 0x77777777, " free-filled"); 41 TEST(oldr[26], 0x77777777, " free-filled"); 44 free(r); 56 TEST(oldr[26], 0x77777777, " free-filled"); 58 free(r); 66 free(a) [all...] |
mismatches.stderr.exp | 1 Mismatched free() / delete / delete [] 8 Mismatched free() / delete / delete [] 15 Mismatched free() / delete / delete [] 22 Mismatched free() / delete / delete [] 23 at 0x........: free (vg_replace_malloc.c:...) 29 Mismatched free() / delete / delete [] 36 Mismatched free() / delete / delete [] 37 at 0x........: free (vg_replace_malloc.c:...)
|
realloc2.c | 17 free(p);
|
/external/valgrind/none/tests/ppc32/ |
lsw.c | 51 free(a2); 68 free(a2); 79 free(a2); 90 free(a2);
|
/external/valgrind/none/tests/ppc64/ |
lsw.c | 51 free(a2); 68 free(a2); 79 free(a2); 90 free(a2);
|
/external/wpa_supplicant_8/hs20/server/www/ |
free-remediation.php | 3 <title>Hotspot 2.0 - public and free hotspot - remediation</title> 7 <h3>Hotspot 2.0 - public and free hotspot</h3>
|
Completed in 901 milliseconds
<<11121314151617181920>>