]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
malloc(9): Document/complete aligned variants
authorAdam Fenn <adam@fenn.io>
Mon, 2 Aug 2021 20:33:31 +0000 (15:33 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 27 Aug 2021 01:10:58 +0000 (20:10 -0500)
commitb3e2d70a7f301d21f38e38983677989dc88a6c3f
treec251c521ddd39fae0b955755a7da764ba8da80ae
parentedcdb6d19e1b03170a6ba37f45e23ef64b5d8d1d
malloc(9): Document/complete aligned variants

Comments on a pending kvmclock driver suggested adding a
malloc_aligned() to complement malloc_domainset_aligned(); add it now,
and document both.

(cherry picked from commit 6162cf885c00a0893a0961415f1829942343dcc1)
(cherry picked from commit 04cc0c393c317b6d5e28c8dc80cd1b5ea071f28f)
share/man/man9/malloc.9
sys/kern/kern_malloc.c
sys/sys/malloc.h