FBString: remove unnecessary 7-byte padding in large strings
Summary: RefCounted struct contains a pointer to `Char data_[1]` This saved us a +1 when calculating sizes for the null terminator, but the compiler made the struct size to be 16, instead of a 8+1. Reviewed By: Gownta, ot Differential Revision: D4356429 fbshipit-source-id: 420694feb4b367b0c73d44f83c21a9559ac5e7a3
Showing
Please register or sign in to comment