Christoph Hellwig 8b98c1699e [PATCH] leak tracking for kmalloc_node
We have variants of kmalloc and kmem_cache_alloc that leave leak tracking to
the caller.  This is used for subsystem-specific allocators like skb_alloc.

To make skb_alloc node-aware we need similar routines for the node-aware slab
allocator, which this patch adds.

Note that the code is rather ugly, but it mirrors the non-node-aware code 1:1:

[akpm@osdl.org: add module export]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-07 08:39:22 -08:00
..
2006-12-04 02:00:22 -05:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2006-12-07 08:39:20 -08:00
2006-12-02 21:30:59 -08:00
2006-12-07 08:39:21 -08:00
2006-12-02 21:21:24 -08:00
2006-12-02 21:21:17 -08:00
2006-12-04 02:00:34 -05:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:20 -08:00
2006-12-02 21:21:21 -08:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:20 -08:00
2006-12-04 02:00:22 -05:00
2006-12-02 21:22:57 -08:00
2006-12-04 02:00:34 -05:00
2006-12-02 21:22:56 -08:00
2006-12-02 21:24:33 -08:00
2006-12-02 21:21:18 -08:00
2006-12-04 02:00:36 -05:00
2006-12-02 21:26:16 -08:00
2006-12-02 21:21:34 -08:00
2006-12-07 08:39:22 -08:00
2006-12-07 08:39:20 -08:00
2006-12-02 21:21:08 -08:00
2006-12-02 00:11:58 -05:00