Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-mempool.c409 void *to_free[FREE_ARRAY_SIZE]; in time_for_size() local
422 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 …]
/external/bluetooth/glib/tests/
Dslice-concurrent.c34 void* to_free [N_THREADS * N_ALLOCS]; member
61 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()
/external/openssl/apps/
Dopenssl.c229 char *to_free=NULL; in main() local
320 p=to_free=make_config_name(); in main()
413 if (to_free) in main()
414 OPENSSL_free(to_free); in main()
Dreq.c193 char *to_free; in MAIN() local
456 p=to_free=make_config_name(); in MAIN()
1072 if(to_free) in MAIN()
1073 OPENSSL_free(to_free); in MAIN()
/external/qemu/android/
Dhw-qemud.c811 QemudPipeMessage* to_free = *msg_list; in _qemud_client_free() local
812 *msg_list = to_free->next; in _qemud_client_free()
813 free(to_free); in _qemud_client_free()