(int calculatedSize)
| 1516 | } |
| 1517 | |
| 1518 | private int addPadding(int calculatedSize) { |
| 1519 | return addPadding(calculatedSize, structAlignment); |
| 1520 | } |
| 1521 | |
| 1522 | private int addPadding(int calculatedSize, int alignment) { |
| 1523 | // Structure size must be an integral multiple of its alignment, |