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, 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>