Hi,
In section
|
if (private->_needSwap) { |
, if needSwap is ture, it seems want to swap
keyAndValueByteSize. But the value in memory does not actually be swapped. Just address of src do add offset. Nothing is changed after this if section.
Could you check this? Thanks.