OK what C++ program did you useIt depends on the architecture. Doing a quick test program in C, I get
ARM 32-bit: 8 bytes
ARM 64-bit: 16 bytes
x86 32-bit: 12 bytes
x86 64-bit: 16 bytes
Other CPUs may give different sizes.
Statistics: Posted by ericAuckland — Sun Sep 08, 2024 6:32 pm