8/13

mm/slab: change struct slabobj_ext to a union

将struct slabobj_ext改为union,objcg和codetag_ref共用存储,数组大小加倍,保持相邻布局,后续可动态按需分配,节省内存。