commit | 06f22f13f3cc2eff00db09f053218e5d4b757bc8 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 13:23:18 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 17:03:30 2009 +0100 |
tree | ec913d87a0ed78912e22c78ce03d65f9ebd7061d | |
parent | 4374e616d28e65265a5b433ceece275449f3d2e3 [diff] |
kmemleak: Add the slub memory allocation/freeing hooks This patch adds the callbacks to kmemleak_(alloc|free) functions from the slub allocator. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Cc: Christoph Lameter <cl@linux-foundation.org> Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>