K 10 svn:author V 4 jeff K 8 svn:date V 27 2019-12-25T20:57:24.021476Z K 7 svn:log V 360 Further reduce the cacheline footprint of fast allocations by duplicating the zone size and flags fields in the per-cpu caches. This allows fast alloctions to proceed only touching the single per-cpu cacheline and simplifies the common case when no ctor/dtor is specified. Reviewed by: markj, rlibby Differential Revision: https://reviews.freebsd.org/D22826 END