Commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271

Behdad Esfahbod 2011-08-17T19:07:59

Remove the pre_allocate argument from hb_buffer_create() For two reasons: 1. User can always call hb_buffer_pre_allocate() themselves, and 2. Now we do a pre_alloc in add_utfX anyway, so the total number of reallocs is limited to a small number (~3) anyway. This just makes the API cleaner.