Searched
refs:free (Results
351 -
375 of
5893) sorted by null
<<11121314151617181920>>
/external/compiler-rt/lib/asan/tests/ |
asan_racy_double_free_test.cc | 11 free(x[i]); 19 free(x[i]);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
read_binary_name_regtest.c | 25 free(p); 26 free(p);
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
tsd_dtor_leak.cc | 22 free(tsd); 23 free((void*)v); // The bug was that this was leaking.
|
/external/compiler-rt/test/asan/TestCases/ |
strcat_strict.c | 41 free(to); 42 free(from);
|
strncat_strict.c | 41 free(to); 42 free(from);
|
/external/curl/lib/ |
curl_multibyte.c | 50 free(str_w); 72 free(str_utf8);
|
wildcard.c | 62 free(wc->path); 64 free(wc->pattern);
|
/external/curl/tests/unit/ |
unit1394.c | 118 if(certname) free(certname); 119 if(passphrase) free(passphrase);
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 57 free(de); 72 free(de);
|
/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 13 request do_free_icount, "Free an icount structure", 14 free_icount, free;
|
/external/fec/ |
dotprod_port.c | 34 /* Free a dot product descriptor created earlier */ 39 free(dp->coeffs); 40 free(dp);
|
/external/fio/ |
io_u_queue.c | 16 free(q->io_us); 42 free(ring->ring);
|
/external/libopus/tests/ |
test_opus_padding.c | 65 free(in); 66 free(out);
|
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 55 free(p1); 56 free(p2);
|
/external/lzma/C/ |
7zAlloc.c | 9 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
45 free(address);
77 free(address);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_memory_stdc.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 45 #define os_free(_ptr) free(_ptr) 63 #define os_free_aligned(_ptr) free(_ptr)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_slab.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 58 void (*free)(struct util_slab_mempool *pool, void *ptr); member in struct:util_slab_mempool 85 #define util_slab_free(pool, ptr) (pool)->free(pool, ptr)
|
/external/selinux/libselinux/utils/ |
getseuser.c | 34 free(seuser); 35 free(level);
|
/external/valgrind/helgrind/ |
hg_basics.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 54 void HG_(free) ( void* p ) function 57 VG_(free)(p);
|
/external/valgrind/massif/tests/ |
custom_alloc.c | 47 // don't actually free any memory... but mark it as freed 67 free(a); 70 free(a);
|
overloaded-new.cpp | 39 return free(p); 44 return free(p);
|
/external/valgrind/memcheck/tests/ |
badjump2.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
err_disable3.stderr.exp | 15 Address 0x........ is 5 bytes inside a block of size 10 free'd 16 at 0x........: free (vg_replace_malloc.c:...) 35 Address 0x........ is 5 bytes inside a block of size 10 free'd 36 at 0x........: free (vg_replace_malloc.c:...)
|
malloc1_ks_none.stderr.exp | 3 Address 0x........ is 1 bytes inside a block of size 10 free'd
|
noisy_child.stderr.exp | 4 Address 0x........ is 5 bytes inside a block of size 10 free'd 5 at 0x........: free (vg_replace_malloc.c:...) 14 Address 0x........ is 0 bytes after a block of size 10 free'd 15 at 0x........: free (vg_replace_malloc.c:...)
|
Completed in 1223 milliseconds
<<11121314151617181920>>