HomeFreeBSD

fd: stop passing M_ZERO to uma_zalloc

Description

fd: stop passing M_ZERO to uma_zalloc

The optimisation seen with malloc cannot be used here as zone sizes are
now known at compilation. Thus bzero by hand to get the optimisation
instead.

Details

Provenance
mjgAuthored on
Parents
rS336231: uma: whack main zone counter update in the slow path, freeing side
Branches
Unknown
Tags
Unknown