mav 363e273d8f MFC r258337:
Add two new UMA bucket zones to store 3 and 9 items per bucket.

These new buckets make bucket size self-tuning more soft and precise.
Without them there are buckets for 1, 5, 13, 29, ... items.  While at
bigger sizes difference about 2x is fine, at smallest ones it is 5x and
2.6x respectively.  New buckets make that line look like 1, 3, 5, 9, 13,
29, reducing jumps between steps, making algorithm work softer, allocating
and freeing memory in better fitting chunks.  Otherwise there is quite a
big gap between allocating 128K and 5x128K of RAM at once.
2014-01-04 23:37:01 +00:00
..
2014-01-04 23:37:01 +00:00
2014-01-04 23:35:34 +00:00
2013-12-17 09:21:56 +00:00
2013-12-30 08:57:54 +00:00
2013-11-12 08:01:58 +00:00
2013-12-28 02:07:29 +00:00