commit | fefdd336b2a2f7617e0c8a0777c731d9ed6454ae | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 13:33:12 2009 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 17:07:54 2009 +0000 |
tree | e70e4478b5713863da5fc7fbd29f4d5a63ed559b | |
parent | 0587da40be78d3704a48d3e9a619183891727f5f [diff] |
kmemleak: Show the age of an unreferenced object The jiffies shown for unreferenced objects isn't always meaningful to people debugging kernel memory leaks. This patch adds the age as well to the displayed information. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>