kfree_const (9) - Linux Manuals
kfree_const: conditionally free memory
Command to display kfree_const
manual in Linux: $ man 9 kfree_const
NAME
kfree_const - 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
Pages related to kfree_const