Allocates the given amount of bytes.
(size = Process.pointerSize)
| 10589 | } |
| 10590 | /** Allocates the given amount of bytes. */ |
| 10591 | static alloc(size = Process.pointerSize) { |
| 10592 | return Il2Cpp.Api._alloc(size); |
| 10593 | } |
| 10594 | /** Dumps the application. */ |
| 10595 | static dump(fileName, path) { |
| 10596 | fileName = fileName ?? `${Il2Cpp.applicationIdentifier ?? "unknown"}_${Il2Cpp.applicationVersion ?? "unknown"}.cs`; |
no test coverage detected