Attempt to allocate memory if sufficient information is available. Returns whether the operation was successful.
()
| 410 | * Returns whether the operation was successful. |
| 411 | */ |
| 412 | protected void allocateMemory() { |
| 413 | allocateMemory(false); |
| 414 | } |
| 415 | |
| 416 | private void allocateMemory(boolean avoidFFIType) { |
| 417 | allocateMemory(calculateSize(true, avoidFFIType)); |
no test coverage detected