Searched refs:to_free (Results 1 - 4 of 4) sorted by relevance

/external/dbus/dbus/
H A Ddbus-mempool.c408 void *to_free[FREE_ARRAY_SIZE]; local
421 to_free[j] = dbus_malloc (size);
422 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
431 dbus_free (to_free[j]);
458 to_free[j] = _dbus_mem_pool_alloc (pool);
459 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
468 _dbus_mem_pool_dealloc (pool, to_free[j]);
493 to_free[j] = dbus_malloc0 (size);
494 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
503 dbus_free (to_free[
[all...]
/external/bluetooth/glib/tests/
H A Dslice-concurrent.c34 void* to_free [N_THREADS * N_ALLOCS]; member in struct:ThreadData
61 tdata[t].to_free[tdata[t].n_to_free] = mem;
80 g_slice_free1 (td->bytes_to_free[td->n_to_free], td->to_free[td->n_to_free]);
/external/openssl/apps/
H A Dopenssl.c226 char *to_free=NULL; local
285 p=to_free=make_config_name();
364 if (to_free)
365 OPENSSL_free(to_free);
H A Dreq.c199 char *to_free; local
558 p=to_free=make_config_name();
1173 if(to_free)
1174 OPENSSL_free(to_free);

Completed in 39 milliseconds