On Thu, 11 Oct 2012, Ezequiel Garcia wrote: > * Is SLAB a proper choice? or is it just historical an never been re-evaluated? > * Does the average embedded guy knows which allocator to choose > and what's the impact on his platform? My current ideas on this subject matter is to get to a point where we have a generic slab allocator framework that allows us to provide any object layout we want. This will simplify handling new slab allocators that seems to crop up frequently. Maybe even allow the specification of the storage layout when the slab is created. Depending on how the memory is used there may be different object layouts that are most advantageous. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>