K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-07-12T22:48:18.246077Z K 7 svn:log V 189 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. END