 | | The t_free function frees the structure pointed to by ptr, which should have been allocated with t_alloc. The struct_type parameter specifies the type of structure, as described above for t_alloc. If one of the fields of the structure is NULL, t_alloc will not attempt to free it; in this way, partially allocated structures can be freed. | |
|