optimisation in wxString::AllocBeforeWrite() - realloc() used instead malloc() whenev...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 1999 16:14:10 +0000 (16:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 1999 16:14:10 +0000 (16:14 +0000)
commitfbf0c83d3c46922f1444423bbc0d8b6614169e13
treecfcbd382fa3352cf8596e008c5f0eb57e22c330f
parent78ee892753cbe21615f178b3efdf32b4419a903a
optimisation in wxString::AllocBeforeWrite() - realloc() used instead malloc() whenever possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/string.cpp