kfree_const (9) Linux Manual Page
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.
kfree_const – conditionally free memory
void kfree_const(const void *x);
x
Function calls kfree only if x is not in .rodata section.