HomeSort by relevance Sort by last modified time
    Searched refs:to_free (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-mempool.c 466 void *to_free[FREE_ARRAY_SIZE]; local
479 to_free[j] = dbus_malloc (size);
480 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
489 dbus_free (to_free[j]);
516 to_free[j] = _dbus_mem_pool_alloc (pool);
517 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
526 _dbus_mem_pool_dealloc (pool, to_free[j]);
551 to_free[j] = dbus_malloc0 (size);
552 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
561 dbus_free (to_free[j])
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-register-allocator-unittest.cc 75 int to_free = allocator()->BorrowTemporaryRegister(); local
76 CHECK_EQ(to_free, i);
97 int to_free = allocator()->BorrowTemporaryRegister(); local
98 CHECK_EQ(to_free, i);
  /external/boringssl/src/crypto/err/
err.c 166 OPENSSL_free(state->to_free);
239 OPENSSL_free(state->to_free);
240 state->to_free = error->data;
308 OPENSSL_free(state->to_free);
309 state->to_free = NULL;
  /external/harfbuzz_ng/util/
options.hh 107 to_free = g_ptr_array_new ();
113 g_ptr_array_foreach (to_free, (GFunc) g_free, NULL);
114 g_ptr_array_free (to_free, TRUE);
126 g_ptr_array_add (to_free, p);
139 GPtrArray *to_free; member in struct:option_parser_t
  /external/boringssl/src/include/openssl/
err.h 381 /* to_free, if not NULL, contains a pointer owned by this structure that was
383 void *to_free; member in struct:err_state_st

Completed in 179 milliseconds