Exception: Dynamic library (name) attempts to allocate more memory (size) than available (available)¶
Exception id: 0x0200004f
Parameter |
Description |
---|---|
name |
Name of the dynamic library instance. |
size |
Size in bytes. |
available |
Available size in bytes. |
Description¶
Memory allocation failed due to size restrictions.