/third_party/ntfs-3g/libntfs-3g/ |
D | lcnalloc.c | 670 s64 delta, to_free, nr_freed = 0; in ntfs_cluster_free() local 702 to_free = rl->length - delta; in ntfs_cluster_free() 703 if (count >= 0 && to_free > count) in ntfs_cluster_free() 704 to_free = count; in ntfs_cluster_free() 710 to_free)) in ntfs_cluster_free() 712 nr_freed = to_free; in ntfs_cluster_free() 718 count -= to_free; in ntfs_cluster_free() 736 to_free = rl->length; in ntfs_cluster_free() 737 if (count >= 0 && to_free > count) in ntfs_cluster_free() 738 to_free = count; in ntfs_cluster_free() [all …]
|
/third_party/grpc/src/core/lib/channel/ |
D | channel_trace.cc | 84 TraceEvent* to_free = it; in ~ChannelTrace() local 86 delete to_free; in ~ChannelTrace() 105 TraceEvent* to_free = head_trace_; in AddTraceEventHelper() local 106 event_list_memory_usage_ -= to_free->memory_usage(); in AddTraceEventHelper() 108 delete to_free; in AddTraceEventHelper()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 77 to_free (g_ptr_array_new ()) in option_parser_t() 85 g_ptr_array_foreach (to_free, _g_free_g_func, nullptr); in ~option_parser_t() 86 g_ptr_array_free (to_free, TRUE); in ~option_parser_t() 146 g_ptr_array_add (to_free, p); in free_later() 153 GPtrArray *to_free; member
|
/third_party/glib/tests/ |
D | slice-concurrent.c | 34 void* to_free [N_THREADS * N_ALLOCS]; member 66 tdata[t].to_free[tdata[t].n_to_free] = mem; in thread_func() 85 g_slice_free1 (td->bytes_to_free[td->n_to_free], td->to_free[td->n_to_free]); in thread_func()
|
/third_party/libnl/include/netlink-private/ |
D | utils.h | 145 #define _nl_malloc_maybe_a(alloca_maxlen, bytes, to_free) \ argument 148 __typeof__ (to_free) _to_free = (to_free); \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 74 to_free = g_ptr_array_new (); in option_parser_t() 84 g_ptr_array_foreach (to_free, _g_free_g_func, nullptr); in ~option_parser_t() 85 g_ptr_array_free (to_free, TRUE); in ~option_parser_t() 97 g_ptr_array_add (to_free, p); in free_later() 110 GPtrArray *to_free; member
|
/third_party/harfbuzz/util/ |
D | options.hh | 74 to_free = g_ptr_array_new (); in option_parser_t() 84 g_ptr_array_foreach (to_free, _g_free_g_func, nullptr); in ~option_parser_t() 85 g_ptr_array_free (to_free, TRUE); in ~option_parser_t() 97 g_ptr_array_add (to_free, p); in free_later() 110 GPtrArray *to_free; member
|
/third_party/ffmpeg/libavcodec/ |
D | decode.c | 735 av_frame_unref(avci->to_free); in unrefcount_frame() 736 av_frame_move_ref(avci->to_free, frame); in unrefcount_frame() 741 ret = av_frame_copy_props(frame, avci->to_free); in unrefcount_frame() 745 memcpy(frame->data, avci->to_free->data, sizeof(frame->data)); in unrefcount_frame() 746 memcpy(frame->linesize, avci->to_free->linesize, sizeof(frame->linesize)); in unrefcount_frame() 747 if (avci->to_free->extended_data != avci->to_free->data) { in unrefcount_frame() 748 int planes = avci->to_free->channels; in unrefcount_frame() 761 memcpy(frame->extended_data, avci->to_free->extended_data, in unrefcount_frame() 766 frame->format = avci->to_free->format; in unrefcount_frame() 767 frame->width = avci->to_free->width; in unrefcount_frame() [all …]
|
D | avcodec.c | 182 avci->to_free = av_frame_alloc(); in avcodec_open2() 185 if (!avci->to_free || !avci->compat_decode_frame || !avci->compat_encode_packet) { in avcodec_open2() 471 av_frame_free(&avci->to_free); in avcodec_open2() 546 av_frame_unref(avci->to_free); in avcodec_flush_buffers() 589 av_frame_free(&avctx->internal->to_free); in avcodec_close()
|
D | internal.h | 145 AVFrame *to_free; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 3496 gchar *p, *to_free; in gst_sdp_media_add_rtcp_fb_attributes_from_media() local 3513 to_free = p = g_strdup (rtcp_fb); in gst_sdp_media_add_rtcp_fb_attributes_from_media() 3539 g_free (to_free); in gst_sdp_media_add_rtcp_fb_attributes_from_media() 4196 gchar *p, *tmp, *to_free; in gst_sdp_media_add_extmap_attributes() local 4216 to_free = p = g_strdup (extmap); in gst_sdp_media_add_extmap_attributes() 4220 GST_ERROR ("Invalid extmap '%s'", to_free); in gst_sdp_media_add_extmap_attributes() 4230 GST_ERROR ("Invalid extmap '%s'", to_free); in gst_sdp_media_add_extmap_attributes() 4254 GST_ERROR ("Invalid extmap '%s'", to_free); in gst_sdp_media_add_extmap_attributes() 4293 g_free (to_free); in gst_sdp_media_add_extmap_attributes()
|
/third_party/openssl/apps/ |
D | apps.c | 512 CONF *to_free = NULL; in app_load_modules() local 515 config = to_free = app_load_config_quiet(default_config_file); in app_load_modules() 522 NCONF_free(to_free); in app_load_modules() 525 NCONF_free(to_free); in app_load_modules()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir.c | 1263 struct exec_list to_free; in nir_instr_free_and_dce() local 1264 exec_list_make_empty(&to_free); in nir_instr_free_and_dce() 1279 exec_list_push_tail(&to_free, &dce_instr->node); in nir_instr_free_and_dce() 1282 nir_instr_free_list(&to_free); in nir_instr_free_and_dce()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 7612 int to_free = 0; in snd_pcm_slave_conf() local 7623 to_free = 1; in snd_pcm_slave_conf() 7725 if (to_free) in snd_pcm_slave_conf()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 46585 We need to free the strdup'd string (to_free) in all cases
|