other versions
- stretch 4.9.168-1
IDA_SIMPLE_REMOVE(9) | Basic Kernel Library Functions | IDA_SIMPLE_REMOVE(9) |
NAME¶
ida_simple_remove - remove an allocated id.SYNOPSIS¶
void ida_simple_remove(struct ida * ida, unsigned int id);
ARGUMENTS¶
idathe (initialized) ida.
id
the id returned by ida_simple_get.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |