7/13

mm/slab: replace slab.stride with obj_exts_in_object

用obj_exts_in_object标志代替stride字段,slab_obj_ext()根据标志决定步长,简化计算并支持后续动态size调整。