table of contents
other versions
IDA_DESTROY(9) | Basic Kernel Library Functions | IDA_DESTROY(9) |
NAME¶
ida_destroy - Free the contents of an ida
SYNOPSIS¶
void ida_destroy(struct ida * ida);
ARGUMENTS¶
struct ida * ida
ida handle
DESCRIPTION¶
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.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |