Lines Matching refs:free
41 * Iterates over the list, do not free elements from the list when using this.
154 const char *name; /** name of file. do not free, these are not alloc'd */
240 * Free's all the elements in the specified list.
241 * @list The list to free
263 free(h);
272 free(f);
572 free(m->data);
585 * on GLIBC we always free on NON-GLIBC we free if
592 free(rm->key);
595 free(rm->key);
600 free(rm->filename);
601 free(rm);
605 free(k->key);
606 free(k->value);
1022 free(e.key);
1024 free(entry);
1026 free(rm);