Re: Slab infrastructure for bulk object allocation and freeing V2

From: Christoph Lameter
Date: Mon Apr 06 2015 - 14:27:16 EST


On Thu, 2 Apr 2015, Andrew Morton wrote:

> hm, OK. The per-allocator wrappers could be made static inline in .h
> if that makes sense.

The allocators will add code to the "per-allocator wrappers". Inlining
that would be bad. Basicalkly the "wrapper" is the skeleon to which
optimizations can be added while keeping the call to the generic
implementaiton if the allocator has to punt for some reason.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/