Behdad Esfahbod 15c57e04bf [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
Because the following loop overflows:

  while (size > new_allocated)
      new_allocated += (new_allocated >> 1) + 32;
2011-04-28 12:28:54 -04:00
..
2011-04-21 17:14:28 -04:00
2011-04-11 12:46:49 -04:00
2011-04-21 17:14:28 -04:00
2011-04-21 17:14:28 -04:00