Fix bug in maximum number of allocs.

The previous version was trying to do an estimate, but there was
no reason to do that. The data should be good enough to figure
out the exact maximum number of allocations needed at any one
time.

Test: Ran over trace that caused a problem before.
Change-Id: Iaa5825839b6632038a3f1275bd45846714abbced
1 file changed