extra memory amount allocated for string data reduced to the paragraph multiple:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Aug 1998 21:39:43 +0000 (21:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Aug 1998 21:39:43 +0000 (21:39 +0000)
commit77ca46e7e30eb2a553120c1edfc7aee84f2a6b9a
tree1be65d967411e177944215e7cf42f1893d3d7992
parentfe7b115601ec33076852d3881093138a0794a7a1
extra memory amount allocated for string data reduced to the paragraph multiple:
so, in principle, it shouldn't waste any memory at all now (unless someone finds
a malloc implementation which is capable of allocation less than 16 bytes)

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