git: DragonFly_RELEASE_6_4 kern: Clean up malloc_uninit()
Aaron LI
aly at crater.dragonflybsd.org
Tue Sep 1 22:49:07 PDT 2026
commit 5531067a015b3d1d241cd24907f0d83d1940a148
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/5531067a015b3d1d241cd24907f0d83d1940a148
--
DragonFly BSD source repository
More information about the Commits
mailing list