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

  /external/linux-tools-perf/util/
quote.c 22 char *to_free = NULL; local
25 to_free = strbuf_detach(dst, NULL);
39 free(to_free);
session.h 29 struct list_head to_free; member in struct:ordered_samples
  /external/bluetooth/glib/tests/
slice-concurrent.c 34 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/dbus/dbus/
dbus-mempool.c 409 void *to_free[FREE_ARRAY_SIZE]; local
422 to_free[j] = dbus_malloc (size);
423 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
432 dbus_free (to_free[j]);
459 to_free[j] = _dbus_mem_pool_alloc (pool);
460 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
469 _dbus_mem_pool_dealloc (pool, to_free[j]);
494 to_free[j] = dbus_malloc0 (size);
495 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
504 dbus_free (to_free[j])
    [all...]
  /external/openssl/apps/
openssl.c 232 char *to_free=NULL; local
336 p=to_free=make_config_name();
429 if (to_free)
430 OPENSSL_free(to_free);
req.c 193 char *to_free; local
465 p=to_free=make_config_name();
1083 if(to_free)
1084 OPENSSL_free(to_free);
    [all...]
  /external/qemu/android/
sdk-controller-socket.c 347 void* to_free = block; local
349 free(to_free);
    [all...]
hw-qemud.c 812 QemudPipeMessage* to_free = *msg_list; local
813 *msg_list = to_free->next;
814 free(to_free);
    [all...]

Completed in 352 milliseconds