Gmane
From: Catalin Marinas <catalin.marinas <at> gmail.com>
Subject: [RFC PATCH 2.6.17-rc4 0/6] Kernel memory leak detector
Newsgroups: gmane.linux.kernel
Date: 2006-05-13 15:57:57 GMT (3 years, 7 weeks, 3 days, 8 hours and 45 minutes ago)
This is the first attempt at a kernel memory leak detector based on
the tracing garbage collection technique (similar to Valgrind's
"memcheck --leak-check" tool). See the Documentation/kmemleak.txt file
for a more detailed description.

The implementation is not complete and the code might contain
bugs. Only the ARM and i386 architectures are supported at the moment.

Let me know what you think. Thanks.

-- 
Catalin