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

  /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/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/openssl/apps/
openssl.c 229 char *to_free=NULL; local
320 p=to_free=make_config_name();
413 if (to_free)
414 OPENSSL_free(to_free);
req.c 193 char *to_free; local
456 p=to_free=make_config_name();
1072 if(to_free)
1073 OPENSSL_free(to_free);
    [all...]
  /external/qemu/android/
hw-qemud.c 811 QemudPipeMessage* to_free = *msg_list; local
812 *msg_list = to_free->next;
813 free(to_free);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.so 
libgomp.so.1 
libgomp.so.1.0.0 
libgomp.a     [all...]

Completed in 737 milliseconds