]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
malloc: make malloc_large closer to standalone
authormjg <mjg@FreeBSD.org>
Mon, 16 Nov 2020 17:56:58 +0000 (17:56 +0000)
committermjg <mjg@FreeBSD.org>
Mon, 16 Nov 2020 17:56:58 +0000 (17:56 +0000)
commitc3d3706895fda7b7e984ac1b21847f70d2e3e825
tree5c932166858a2687d124b6dddd90681f4b53df0a
parente97a4ac3115776f0d8ff707f6641abe66f9a130c
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