2/2

alloc_tag: fix undetected compressed tag overflow when profiling is disabled

修复 reserve_module_tags() 在 profiling 关闭时漏检压缩 tag 溢出:移除 mem_alloc_profiling_enabled() 门控,使超限模块加载即清理;否则重开后 ref_to_idx()/update_page_tag_ref() 掩码截断,/proc/allocinfo 归属错乱。