js-util

Home > rc-js-util > IRawVoidPointer

IRawVoidPointer interface

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

Properties

Property Modifiers Type Description
byteSize   number  
pointer   number  

Methods

Method Description
getDataView()