Scroll to navigation

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

ida
the (initialized) ida.
id
the id returned by ida_simple_get.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16