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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
quote.c 22 char *to_free = NULL; local
25 to_free = strbuf_detach(dst, NULL);
39 free(to_free);
session.h 23 struct list_head to_free; member in struct:ordered_samples
session.c 134 INIT_LIST_HEAD(&self->ordered_samples.to_free);
504 while (!list_empty(&os->to_free)) {
507 sq = list_entry(os->to_free.next, struct sample_queue, list);
699 list_add(&os->sample_buffer->list, &os->to_free);
    [all...]
  /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/chromium_org/third_party/openssl/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/openssl/apps/
openssl.c 233 char *to_free=NULL; local
337 p=to_free=make_config_name();
430 if (to_free)
431 OPENSSL_free(to_free);
req.c 193 char *to_free; local
465 p=to_free=make_config_name();
1082 if(to_free)
1083 OPENSSL_free(to_free);
    [all...]
  /external/qemu/android/
hw-qemud.c 813 QemudPipeMessage* to_free = *msg_list; local
814 *msg_list = to_free->next;
815 free(to_free);
    [all...]
sdk-controller-socket.c 437 void* const to_free = block; local
439 free(to_free);
    [all...]

Completed in 305 milliseconds