Searched refs:to_free (Results 1 – 9 of 9) sorted by relevance
409 void *to_free[FREE_ARRAY_SIZE]; in time_for_size() local422 to_free[j] = dbus_malloc (size); in time_for_size()423 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()432 dbus_free (to_free[j]); in time_for_size()459 to_free[j] = _dbus_mem_pool_alloc (pool); in time_for_size()460 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()469 _dbus_mem_pool_dealloc (pool, to_free[j]); in time_for_size()494 to_free[j] = dbus_malloc0 (size); in time_for_size()495 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()504 dbus_free (to_free[j]); in time_for_size()[all …]
22 char *to_free = NULL; in sq_quote_buf() local25 to_free = strbuf_detach(dst, NULL); in sq_quote_buf()39 free(to_free); in sq_quote_buf()
29 struct list_head to_free; member
163 INIT_LIST_HEAD(&self->ordered_samples.to_free); in perf_session__new()481 while (!list_empty(&os->to_free)) { in perf_session_free_sample_buffers()484 sq = list_entry(os->to_free.next, struct sample_queue, list); in perf_session_free_sample_buffers()657 list_add(&os->sample_buffer->list, &os->to_free); in perf_session_queue_event()
34 void* to_free [N_THREADS * N_ALLOCS]; member61 tdata[t].to_free[tdata[t].n_to_free] = mem; in thread_func()80 g_slice_free1 (td->bytes_to_free[td->n_to_free], td->to_free[td->n_to_free]); in thread_func()
232 char *to_free=NULL; in main() local336 p=to_free=make_config_name(); in main()429 if (to_free) in main()430 OPENSSL_free(to_free); in main()
193 char *to_free; in MAIN() local465 p=to_free=make_config_name(); in MAIN()1083 if(to_free) in MAIN()1084 OPENSSL_free(to_free); in MAIN()
812 QemudPipeMessage* to_free = *msg_list; in _qemud_client_free() local813 *msg_list = to_free->next; in _qemud_client_free()814 free(to_free); in _qemud_client_free()
347 void* to_free = block; in _sdkctl_socket_empty_recycler() local349 free(to_free); in _sdkctl_socket_empty_recycler()