other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
February 2017 | Kernel Hackers Manual 3.16 |