Closed GoogleCodeExporter closed 9 years ago
This is by intention.
StringBuffer is actually like a std::vector, which expands via Realloc() when
it is full.
MemoryPoolAllocator cannot free existing allocation blocks, and just allocate
at the end. So it will waste more memory than CrtAllocator.
Original comment by milo...@gmail.com
on 30 Jun 2014 at 1:55
Original issue reported on code.google.com by
vodi...@gmail.com
on 30 Aug 2013 at 6:23Attachments: