Searched refs:to_free (Results 1 – 5 of 5) 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 …]
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()
229 char *to_free=NULL; in main() local320 p=to_free=make_config_name(); in main()413 if (to_free) in main()414 OPENSSL_free(to_free); in main()
193 char *to_free; in MAIN() local456 p=to_free=make_config_name(); in MAIN()1072 if(to_free) in MAIN()1073 OPENSSL_free(to_free); in MAIN()
811 QemudPipeMessage* to_free = *msg_list; in _qemud_client_free() local812 *msg_list = to_free->next; in _qemud_client_free()813 free(to_free); in _qemud_client_free()