Searched
refs:free (Results
1401 -
1425 of
5893) sorted by null
<<51525354555657585960>>
/external/srtp/crypto/test/ |
auth_driver.c | 184 free(msg_string); 194 free(msg_string); 195 free(result);
|
/external/toybox/toys/other/ |
acpi.c | 81 free(TT.cpath); 103 free(TT.cpath); 131 free(TT.cpath);
|
/external/toybox/toys/pending/ |
sh.c | 305 if (toys.optargs != toys.argv+1) free(toys.optargs); 322 // Free the contents of a command structure 327 while(cmd->argc) free(cmd->argv[--cmd->argc]); 384 free(command);
|
useradd.c | 60 // to be free, else a free UID is choosen by self. 109 free(s); 123 free(entry); 131 free(entry);
|
/external/valgrind/coregrind/ |
m_commandline.c | 13 This program is free software; you can redistribute it and/or 15 published by the Free Software Foundation; either version 2 of the 24 along with this program; if not, write to the Free Software 53 // Note that we deliberately don't free the malloc'd memory. See 169 VG_(free), sizeof(HChar*) ); 174 VG_(free), sizeof(HChar*) ); 179 VG_(free), sizeof(HChar*) ); 213 // VG_(malloc)(). We do not free f1_clo and f2_clo as they get
|
/external/valgrind/coregrind/m_gdbserver/ |
regcache.c | 3 Free Software Foundation, Inc. 8 This program is free software; you can redistribute it and/or modify 10 the Free Software Foundation; either version 2 of the License, or 19 along with this program; if not, write to the Free Software 119 free (regcache->registers); 120 free (regcache->register_supplied); 121 free (regcache);
|
/external/valgrind/memcheck/tests/amd64/ |
fxsave-amd64.c | 215 free(buf1); free(buf2); free(buf3);
|
/external/valgrind/memcheck/tests/ |
mempool2.c | 83 free(l); 97 free(p->mem); 98 free(p); 144 "\n------ read free in malloc-backed pool ------\n\n"); 149 "\n------ read free in mmap-backed pool ------\n\n"); 154 "\n------ double free in malloc-backed pool ------\n\n"); 158 "\n------ double free in mmap-backed pool ------\n\n");
|
/external/vboot_reference/tests/ |
vb21_host_keyblock_tests.c | 91 free(kb); 104 free(kb); 118 /* Free keys */ 119 free(pakgood);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
RTPjitter.cc | 207 free(time_vec); 208 free(rtp_vec); 210 free(packet_ptr);
|
/external/wpa_supplicant_8/src/drivers/ |
rfkill.c | 164 free(rfk_phy); 188 free(phy); 197 /* use standard free function to match realpath() */ 198 free(phy);
|
/external/zlib/src/examples/ |
fitblk.c | 172 free(blk); 223 free(tmp); 228 free(blk);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/ |
amrnb_enc_test.cpp | 153 // Free the encoder instance. 156 free(amr); 159 // Free input and output buffer. 160 free(inputBuf); 161 free(outputBuf);
|
/hardware/intel/common/libva/test/basic/ |
test_11.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 134 free(data); 157 free(input_data[i]); 176 free(surfaces);
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
cmodule.cpp | 60 free(roles[0]); 61 free(roles); 240 free(this_roles);
|
/hardware/intel/img/psb_video/src/ |
object_heap.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 75 free(heap->heap_index[i]); 201 /* Free object itself */ 202 free(obj); 204 free(heap->heap_index);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 270 free(g_jpeg_obj); 371 free(jpeg_obj); 402 free(g_jpeg_obj);
|
mm_jpeg_queue.c | 112 free(node); 153 * so we free data directly */ 155 free(node->data.p); 157 free(node);
|
mm_jpegdec_interface.c | 219 free(g_jpegdec_obj); 263 free(jpeg_obj); 291 free(g_jpegdec_obj);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_log.c | 5 * This library is free software; you can redistribute it and/or 7 * License as published by the Free Software Foundation; either 18 * License along with this library; if not, write to the Free Software 72 /* free buffer */ 73 if (me->puBuffer) free(me->puBuffer); 76 /* free file name string */ 77 if (me->fOutFile) free(me->fOutFile); 92 free(me);
|
/hardware/ti/omap4-aah/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 142 free(pBuffer); 236 free(paCtrl.pPABuffer); 237 free(paCtrl.pConfBuffer);
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 142 free(pBuffer); 236 free(paCtrl.pPABuffer); 237 free(paCtrl.pConfBuffer);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 127 boolean free = false; 129 free = true; 133 return free; 337 * @return {@code true} if the lock was free and was acquired by the 410 * @return {@code true} if the lock was free and was acquired by the
|
/ndk/sources/android/support/src/stdio/ |
stdio_impl.c | 58 free(mb_buffer); 104 free(wide_buffer); 105 free(mb_buffer);
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 3 2006 Free Software Foundation, Inc. 6 GNU Make is free software; you can redistribute it and/or modify it under the 7 terms of the GNU General Public License as published by the Free Software 15 GNU Make; see the file COPYING. If not, write to the Free Software 195 free(nutc_path); 236 free(nutc_path); 251 free(nutc_path);
|
Completed in 1642 milliseconds
<<51525354555657585960>>