Fix bug where capacity is not updated correctly after reserveLarge()
Summary: When reallocating new large string, using reserveLarge(), make sure to update the new capacity for the RefCounted string data to reflect the amount of data allocated by jemalloc for our block (using goodMallocSize()) Reviewed By: Gownta Differential Revision: D4355440 fbshipit-source-id: f2d58e8888e973418781220d57ff46f674e20556
Showing
Please register or sign in to comment