]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
malloc: make malloc_large closer to standalone
authorMateusz Guzik <mjg@FreeBSD.org>
Mon, 16 Nov 2020 17:56:58 +0000 (17:56 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Mon, 16 Nov 2020 17:56:58 +0000 (17:56 +0000)
commit89deca0a3361f59635abad8fbd2f8af3ab6aab2d
tree5c932166858a2687d124b6dddd90681f4b53df0a
parent73734d6eb1431928a4e2766c64b84d8845aea4ed
malloc: make malloc_large closer to standalone

This moves entire large alloc handling out of all consumers, apart from
deciding to go there.

This is a step towards creating a fast path.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D27198
sys/kern/kern_malloc.c