JohnsonGao / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

CFX_FixedBufGrow seems dubious. #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As opposed to just x = new blah[size];  Yes, a lot of the time you can avoid a 
malloc, but the additional complexity doesn't seem worthwhile.

Original issue reported on code.google.com by tsepez@chromium.org on 30 Jun 2015 at 10:46