Re: [PATCH 08/29] mm: kmem_cache_objs_to_pages()
From: Pekka Enberg <hidden>
Date: 2007-02-22 09:49:20
Also in:
linux-mm, lkml
From: Pekka Enberg <hidden>
Date: 2007-02-22 09:49:20
Also in:
linux-mm, lkml
On 2/22/07, Pekka Enberg [off-list ref] wrote:
So you are only interested in rough estimation of how much many pages you need for a given amount of objects? Why not use ksize() for that then?
Uhm, I obviously meant, why not expose obj_size() instead.