table of contents
other versions
IDA_REMOVE(9) | Basic Kernel Library Functions | IDA_REMOVE(9) |
NAME¶
ida_remove - Free the given ID
SYNOPSIS¶
void ida_remove(struct ida * ida, int id);
ARGUMENTS¶
struct ida * ida
ida handle
int id
ID to free
DESCRIPTION¶
This function should not be called at the same time as ida_get_new_above.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |