Index initialization improvements for Simple Cache.
The Simple Cache index initialization path was making far too
many allocations, which caused an unneeded early peak in the
heap during index initialization. By reserving memory for
table resizes and making merges from small sets into big sets,
this peak is cut significantly.
R=pliard,ttuttle
BUG=None
Review URL: https://chromiumcodereview.appspot.com/
22406005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216941 0039d316-1c4b-4281-b951-d872f2087c98