How to find all the structs that could be made smaller by changing the order of their members
Background: The compiler may insert padding into a struct to make it\'s members align better. This will result in the sizeof the struct being larger than the sum of the sizes of it\'s members. Reorder
问答
阅读(4)