roosemberth - Overview
1
/* Roosembert Palacios © 2015, Released under GPLv3 License: http://www.gnu.org/licenses/gpl-3.0.fr.html
2
* This piece of code is intended to show the effects of memory padding and the importance of the variable
3
* Allocation order. Please note that compiler warning "-Wpadded" is intentional and can be disabled by
4
* commenting line (10: #pragma GCC diagnostic warning "-Wpadded").
5
*/