Skip to main content

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

ParameterTypeDescription
sizenumberNumber of bytes to allocate
typeName?stringOptional type name for debugging
library?stringOptional library name for debugging

Returns

unknown

Handle to the allocated memory

Throws

If runtime not started