Ensure this memory has its size and layout calculated and its memory allocated.
()
| 380 | /** Ensure this memory has its size and layout calculated and its |
| 381 | memory allocated. */ |
| 382 | protected void ensureAllocated() { |
| 383 | ensureAllocated(false); |
| 384 | } |
| 385 | |
| 386 | /** Ensure this memory has its size and layout calculated and its |
| 387 | memory allocated. |
no test coverage detected