Home > rc-js-util > IRawVoidPointer
Provides a reference counted wrapper to a pointer malloc
‘d from JS and is free
‘d on reference count hitting 0.
Signature:
export interface IRawVoidPointer extends ISharedObject, IOnMemoryResize
Extends: ISharedObject, IOnMemoryResize
Property | Modifiers | Type | Description |
---|---|---|---|
byteSize | number | ||
pointer | number |
Method | Description |
---|---|
getDataView() |