HomeSort by relevance Sort by last modified time
    Searched refs:to_free (Results 1 - 7 of 7) 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
session.c 163 INIT_LIST_HEAD(&self->ordered_samples.to_free);
481 while (!list_empty(&os->to_free)) {
484 sq = list_entry(os->to_free.next, struct sample_queue, list);
657 list_add(&os->sample_buffer->list, &os->to_free);
    [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/
hw-qemud.c 812 QemudPipeMessage* to_free = *msg_list; local
813 *msg_list = to_free->next;
814 free(to_free);
    [all...]
sdk-controller-socket.c 437 void* const to_free = block; local
439 free(to_free);
    [all...]

Completed in 304 milliseconds