[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <463E2A37.2030400@informatik.uni-halle.de>
Date: Sun, 06 May 2007 21:19:19 +0200
From: Bert Wesarg <wesarg@...ormatik.uni-halle.de>
To: clameter@....com
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org, dgc@....com,
Eric Dumazet <dada1@...mosbay.com>, Mel Gorman <mel@....ul.ie>
Subject: Re: [RFC 1/3] SLUB: slab_ops instead of constructors / destructors
clameter@....com wrote:
> + if (ctor || dtor) {
> + so = kzalloc(sizeof(struct slab_ops), GFP_KERNEL);
> + so->ctor = ctor;
> + so->dtor = dtor;
> + }
> + return __kmem_cache_create(s, size, align, flags, so);
Is this a memory leak?
Regards
Bert Wesarg
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists