Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 9 of 9) 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/linux-tools-perf/util/
Dquote.c22 char *to_free = NULL; in sq_quote_buf() local
25 to_free = strbuf_detach(dst, NULL); in sq_quote_buf()
39 free(to_free); in sq_quote_buf()
Dsession.h29 struct list_head to_free; member
Dsession.c163 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()
/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.c232 char *to_free=NULL; in main() local
336 p=to_free=make_config_name(); in main()
429 if (to_free) in main()
430 OPENSSL_free(to_free); in main()
Dreq.c193 char *to_free; in MAIN() local
465 p=to_free=make_config_name(); in MAIN()
1083 if(to_free) in MAIN()
1084 OPENSSL_free(to_free); in MAIN()
/external/qemu/android/
Dhw-qemud.c812 QemudPipeMessage* to_free = *msg_list; in _qemud_client_free() local
813 *msg_list = to_free->next; in _qemud_client_free()
814 free(to_free); in _qemud_client_free()
Dsdk-controller-socket.c347 void* to_free = block; in _sdkctl_socket_empty_recycler() local
349 free(to_free); in _sdkctl_socket_empty_recycler()