---

Tracing memory leaks in the NFC Digital Protocol stack

Kmemleak (Kernel Memory Leak Detector) allows you to track possible memory leaks inside the Linux kernel. Basically, it tracks dynamically allocated memory blocks in the kernel and reports those without any reference left and that are therefore impossible to free. Here we expose real life use cases that were encountered while working on the NFC Digital Protocol stack.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis