3 // Do some big allocations. At one point, the threshold calculation was
4 // multiplying the szB by 10000 without using a Long, which was causing the
5 // threshold calculation to go wrong due to a 32-bit overflow.
11 for (i
= 0; i
< 10; i
++) {
12 malloc(10 * 1024 * 1024);