1 /* This test demonstrated an obscure bug in malloclists handling caused by
2 multiple blocks hashing to the same list and one being overwritten at
3 realloc time due to bad ordering of the things happening. Now runs
13 for (i
= 0; i
< 10000; i
++) {
14 p
= malloc(10 + 10 * (i
% 100));