
Kmemleak is a tool which allows to detect memory leaks in kernel. It requires `CONFIG_DEBUG_KMEMLEAK` to be enabled during kernel compilation. Otherwise all the kmemleak_* functions are NOPs. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>