K 10 svn:author V 4 jeff K 8 svn:date V 27 2019-12-25T20:50:53.251294Z K 7 svn:log V 286 Optimize fast path allocations by storing bucket headers in the per-cpu cache area. This allows us to check on bucket space for all per-cpu buckets with a single cacheline access and fewer branches. Reviewed by: markj, rlibby Differential Revision: https://reviews.freebsd.org/D22825 END