mjg 844f744aa6 uma: implement provisional api for per-cpu zones
Per-cpu zone allocations are very rarely done compared to regular zones.
The intent is to avoid pessimizing the latter case with per-cpu specific
code.

In particular contrary to the claim in r334824, M_ZERO is sometimes being
used for such zones. But the zeroing method is completely different and
braching on it in the fast path for regular zones is a waste of time.
2018-06-08 21:40:03 +00:00
..
2018-04-26 12:23:31 +00:00
2017-02-06 08:49:57 +00:00
2017-04-26 00:34:05 +00:00
2018-05-22 15:54:25 +00:00
2018-03-11 19:14:01 +00:00
2017-02-16 11:38:50 +00:00