12/13

mm/slab: add cache_ and slab_needs_objcg() helpers

添加 cache_needs_objcg()/slab_needs_objcg() 和 SLAB_MAY_ACCOUNT 标志,KMALLOC_NORMAL 缓存不设置该标志,并在 slab 中添加 obj_exts_needs_objcg 标志加速 fast path。