git: kern: Clean up malloc_uninit()

Aaron LI aly at crater.dragonflybsd.org
Mon Aug 31 02:04:09 PDT 2026


commit 75bce374edbdea5437b86d353d48c60bf6ca6dc4
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Aug 30 13:07:29 2026 +0800

    kern: Clean up malloc_uninit()
    
    * Correct the diagnostic log message by omitting the CPU id, which
      doesn't apply here. The unfreed bytes must be summed from all CPUs.
    
    * Clean up excess INVARIANTS ifdef's by using '__debugvar' instead.

Summary of changes:
 sys/kern/kern_slaballoc.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75bce374edbdea5437b86d353d48c60bf6ca6dc4


-- 
DragonFly BSD source repository


More information about the Commits mailing list