mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-12-30 23:04:52 +01:00
Even if ref_size is given on vrefbuffer's constructor, the minimum size of vrefbuffer::ref_buffer is 10. Because int64, uint64, and double's msgpack expression size equals 9, and those buffer is allocated on the stack internally.