Searched
refs:free (Results
1526 -
1550 of
5893) sorted by null
<<61626364656667686970>>
/external/toybox/toys/posix/ |
du.c | 72 if (node) free(name); 79 if (!st) llist_traverse(st, free);
|
find.c | 155 free(s); 181 free(bb); 220 free(s); 327 free(path); 334 free(path); 335 if (i) free(name); 473 // name is always a new malloc, so we can always free it. 479 free(name); 566 llist_traverse(TT.argdata, free);
|
uniq.c | 118 free(prevline); 119 free(thisline);
|
/external/v8/src/ |
startup-data-util.cc | 111 free(natives); 112 free(snapshot);
|
/external/valgrind/drd/tests/ |
annotate_barrier.c | 156 free(array); 157 free(t);
|
/external/valgrind/gdbserver_tests/ |
mcsignopass.stderr.exp | 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
mcsigpass.stderr.exp | 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/helgrind/tests/ |
free_is_write.stderr.exp | 18 at 0x........: free (vg_replace_malloc.c:...)
|
/external/valgrind/memcheck/tests/ |
mallinfo.c | 22 printf("ordblks = %d\n", mi.ordblks); /* number of free chunks */ 29 printf("fordblks = %d\n", mi.fordblks); /* total free space */ 120 free(ptr[i - 1]); 127 free(ptr[i - 1]);
|
undef_malloc_args.stderr.exp | 14 at 0x........: free (vg_replace_malloc.c:...)
|
varinfo5so.c | 31 free(undefp); 53 free(onheap);
|
/external/valgrind/perf/ |
memrw.c | 27 static int nr_repeat; // nr of times we will allocate, use, then free total+ws 142 /* Now, free the memory used, for the next repeat */ 144 free (t_b[i]); 145 free (t_b);
|
/external/webrtc/webrtc/base/ |
checks.cc | 76 free(demangled); 83 free(symbols);
|
/external/zlib/src/ |
gzlib.c | 140 free(state); 177 free(state); 184 free(state); 202 free(state); 247 free(state->path); 248 free(state); 299 free(path); 570 state->msg accordingly. Free any previous error message already there. Do 571 not try to free or allocate space if the error is Z_MEM_ERROR (out of 580 /* free previously allocated message and clear * [all...] |
gzread.c | 98 free(state->out); 100 free(state->in); 113 free(state->out); 114 free(state->in); 582 /* free memory and close file */ 585 free(state->out); 586 free(state->in); 590 free(state->path); 592 free(state);
|
/frameworks/av/media/libmedia/ |
IEffectClient.cpp | 130 free(cmd); 133 free(resp);
|
/frameworks/av/media/libnbaio/ |
SourceAudioBufferProvider.cpp | 45 free(mAllocated); 63 free(mAllocated);
|
/frameworks/base/core/jni/ |
android_backup_FileBackupHelperBase.cpp | 68 free(filesUTF); 73 free(keysUTF);
|
/frameworks/rs/ |
rsStream.cpp | 62 free(mData); 111 free(mData);
|
/hardware/bsp/intel/peripheral/libmraa/src/x86/ |
intel_sofia_3gr.c | 5 * Permission is hereby granted, free of charge, to any person obtaining 54 free(b->adv_func); 101 free(b);
|
/hardware/intel/common/libwsbm/src/ |
wsbm_mallocpool.c | 8 * Permission is hereby granted, free of charge, to any person obtaining a 76 free(mallocBuf(*buf)); 158 free(pool);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
resize_util.c | 117 free(inbuf); 118 free(outbuf);
|
/hardware/qcom/audio/hal/audio_extn/ |
ext_speaker.c | 88 free(sd); 96 free(sd);
|
hwdep_cal.c | 106 free(calib.buff); 116 free(calib.buff);
|
/hardware/ril/librilutils/ |
record_stream.c | 67 free(rs->buffer); 68 free(rs);
|
Completed in 1453 milliseconds
<<61626364656667686970>>