kfree_const(9) conditionally free memory

SYNOPSIS

void kfree_const(const void * x);

ARGUMENTS

x

pointer to the memory

DESCRIPTION

Function calls kfree only if x is not in .rodata section.

COPYRIGHT