Function: alloc()
alloc(
size,typeName?,library?):unknown
Defined in: packages/ffi/src/native/lifecycle.ts:81
Allocates native memory for a structure or buffer.
Parameters
| Parameter | Type | Description |
|---|---|---|
size | number | Number of bytes to allocate |
typeName? | string | Optional type name for debugging |
library? | string | Optional library name for debugging |
Returns
unknown
Handle to the allocated memory
Throws
If runtime not started