Name

kfree_const — conditionally free memory

Synopsis

void kfree_const (const void * x);
 

Arguments

const void * x

pointer to the memory

Description

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