ida_destroy — Free the contents of an ida
void ida_destroy ( | struct ida * ida); |
Calling this function releases all resources associated with an IDA. When
this call returns, the IDA is empty and can be reused or freed. The caller
should not allow ida_remove or ida_get_new_above to be called at the
same time.