Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-mempool.c466 void *to_free[FREE_ARRAY_SIZE]; in time_for_size() local
479 to_free[j] = dbus_malloc (size); in time_for_size()
480 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()
489 dbus_free (to_free[j]); in time_for_size()
516 to_free[j] = _dbus_mem_pool_alloc (pool); in time_for_size()
517 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()
526 _dbus_mem_pool_dealloc (pool, to_free[j]); in time_for_size()
551 to_free[j] = dbus_malloc0 (size); in time_for_size()
552 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */ in time_for_size()
561 dbus_free (to_free[j]); in time_for_size()
[all …]
/external/harfbuzz_ng/util/
Doptions.hh107 to_free = g_ptr_array_new (); in option_parser_t()
113 g_ptr_array_foreach (to_free, (GFunc) g_free, NULL); in ~option_parser_t()
114 g_ptr_array_free (to_free, TRUE); in ~option_parser_t()
126 g_ptr_array_add (to_free, p); in free_later()
139 GPtrArray *to_free; member
/external/boringssl/src/crypto/err/
Derr.c166 OPENSSL_free(state->to_free); in err_state_free()
239 OPENSSL_free(state->to_free); in get_error_values()
240 state->to_free = error->data; in get_error_values()
308 OPENSSL_free(state->to_free); in ERR_clear_error()
309 state->to_free = NULL; in ERR_clear_error()
/external/boringssl/src/include/openssl/
Derr.h383 void *to_free; member