mm: memcg/slab: use a single set of kmem_caches for all allocations ยท torvalds/linux@10befea
Instead of having two sets of kmem_caches: one for system-wide and non-accounted allocations and the second one shared by all accounted allocations, we can use just one. The idea is simple: space ...